]> jturnerusa.dev Git - emacs.d/commitdiff
init: set GC threshold to 8MB
authorJohn Turner <jturner.usa@gmail.com>
Sun, 10 Mar 2024 20:21:05 +0000 (16:21 -0400)
committerJohn Turner <jturner.usa@gmail.com>
Sun, 10 Mar 2024 20:21:05 +0000 (16:21 -0400)
init.el

diff --git a/init.el b/init.el
index ba1c66e93971111ec2f45280760377bf7b781567..cb749971d8530be53cfb9f6e97eb97436daa31e9 100644 (file)
--- a/init.el
+++ b/init.el
@@ -33,6 +33,7 @@
                                     (find-file initial-file)
                                   (get-buffer-create "*scratch*"))))
       enable-local-variables :safe
+      gc-cons-threshold (* 8 (expt 1024 2))
       inhibit-splash-screen t
       make-backup-files nil
       mouse-wheel-progressive-speed nil