summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-10 10:14:29 -0600
committerCase Duckworth2021-02-10 10:16:08 -0600
commit199bf4ddd8d63f1ddae0652bd3ef48e5a0be067e (patch)
tree13e6d4f99862f940d33ae1d1310d9a0639e198c4 /config.org
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 'config.org')
-rw-r--r--config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 386363f..baf16dd 100644 --- a/config.org +++ b/config.org
@@ -3155,7 +3155,7 @@ the needed boolean expression to tangle config.org. Booleans, yall!
3155#+begin_src emacs-lisp 3155#+begin_src emacs-lisp
3156 (let* (;; Speed up init 3156 (let* (;; Speed up init
3157 (gc-cons-threshold most-positive-fixnum) 3157 (gc-cons-threshold most-positive-fixnum)
3158 (gc-cons-percentage 0.6) 3158 ;; (gc-cons-percentage 0.6)
3159 (file-name-handler-alist nil) 3159 (file-name-handler-alist nil)
3160 ;; Config file names 3160 ;; Config file names
3161 (config (expand-file-name "config" 3161 (config (expand-file-name "config"