summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-02-09 16:51:11 -0600
committerCase Duckworth2021-02-09 16:51:11 -0600
commitdbb822434b1a5e11ce7fe68d9bd4706845fce356 (patch)
treecd63c8a8a9b706d42cad3cb0c2077846757d0376
parentRaise GC Cons Percentage when starting up (diff)
downloademacs-dbb822434b1a5e11ce7fe68d9bd4706845fce356.tar.gz
emacs-dbb822434b1a5e11ce7fe68d9bd4706845fce356.zip
Up the gc-cons-percentage during startup
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index ae4ae9f..cadfaca 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"