summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2024-03-10 16:21:05 -0400
committerJohn Turner <jturner.usa@gmail.com>2024-03-10 16:21:05 -0400
commit30fbcc342f57cb2b89146fc759d0c2dc02fce333 (patch)
tree22a02620080c10389f5cb93acbf6aaa68eb06945 /init.el
parent7ea0890e4625a9b2990795138583701eb28cf9d5 (diff)
downloademacs.d-30fbcc342f57cb2b89146fc759d0c2dc02fce333.tar.gz
init: set GC threshold to 8MB
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 ba1c66e..cb74997 100644
--- 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