summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-02-10 10:14:29 -0600
committerCase Duckworth2021-02-10 10:16:08 -0600
commit199bf4ddd8d63f1ddae0652bd3ef48e5a0be067e (patch)
tree13e6d4f99862f940d33ae1d1310d9a0639e198c4 /init.el
parentRaise GC Cons Percentage when starting up (diff)
downloademacs-199bf4ddd8d63f1ddae0652bd3ef48e5a0be067e.tar.gz
emacs-199bf4ddd8d63f1ddae0652bd3ef48e5a0be067e.zip
Don't raise GC Cons percentage
I think it causes problems with loading the init file
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index ae4ae9f..405bf9b 100644 --- a/init.el +++ b/init.el
@@ -18,6 +18,7 @@
18 18
19(let* (;; Speed up init 19(let* (;; Speed up init
20 (gc-cons-threshold most-positive-fixnum) 20 (gc-cons-threshold most-positive-fixnum)
21 ;; (gc-cons-percentage 0.6)
21 (file-name-handler-alist nil) 22 (file-name-handler-alist nil)
22 ;; Config file names 23 ;; Config file names
23 (config (expand-file-name "config" 24 (config (expand-file-name "config"