summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-08 23:54:26 -0600
committerCase Duckworth2021-02-08 23:54:26 -0600
commitd0537e5d533edebd095b3d4c2c394121ad44b3d3 (patch)
tree5777f91e322e5007670707090efc35b055feccdb /config.org
parentAdd eshell map (diff)
downloademacs-d0537e5d533edebd095b3d4c2c394121ad44b3d3.tar.gz
emacs-d0537e5d533edebd095b3d4c2c394121ad44b3d3.zip
Raise GC Cons Percentage when starting up
Diffstat (limited to 'config.org')
-rw-r--r--config.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.org b/config.org index 06d7844..386363f 100644 --- a/config.org +++ b/config.org
@@ -3155,6 +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 (file-name-handler-alist nil) 3159 (file-name-handler-alist nil)
3159 ;; Config file names 3160 ;; Config file names
3160 (config (expand-file-name "config" 3161 (config (expand-file-name "config"