summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/early-init.el4
-rw-r--r--emacs/init.el7
2 files changed, 5 insertions, 6 deletions
diff --git a/emacs/early-init.el b/emacs/early-init.el
new file mode 100644
index 0000000..57e0d7e
--- /dev/null
+++ b/emacs/early-init.el
@@ -0,0 +1,4 @@
+;; Faster startup
+(setq gc-cons-threshold most-positive-fixnum
+ old-file-name-handler-alist file-name-handler-alist
+ file-name-handler-alist nil)
diff --git a/emacs/init.el b/emacs/init.el
index db9db66..d380686 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1,9 +1,4 @@
-;; Time-stamp: <2020-08-12 22:13:06 (user@hobbies)>
-
-;; Faster startup
-(setq gc-cons-threshold 100000000
- old-file-name-handler-alist file-name-handler-alist
- file-name-handler-alist nil)
+;; Time-stamp: <2021-07-07 20h16 EDT (hobbies)>
(setq user-full-name "tslil")