summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authortslil clingman <>2021-07-25 18:15:14 -0400
committertslil clingman <>2021-07-25 18:15:14 -0400
commitd42664c8419ae7b7d8fcfa6e0cbf665bd21f2e81 (patch)
treed0a1c38a2c7714463059805b417e213017c5603b /emacs/init.el
parent30d95d77e69ad9c3055881f900d6a204557aa191 (diff)
Early init for GC threshold
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el7
1 files changed, 1 insertions, 6 deletions
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")