diff options
author | John Turner <jturner.usa@gmail.com> | 2024-03-10 16:21:05 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2024-03-10 16:21:05 -0400 |
commit | 30fbcc342f57cb2b89146fc759d0c2dc02fce333 (patch) | |
tree | 22a02620080c10389f5cb93acbf6aaa68eb06945 /init.el | |
parent | 7ea0890e4625a9b2990795138583701eb28cf9d5 (diff) | |
download | emacs.d-30fbcc342f57cb2b89146fc759d0c2dc02fce333.tar.gz |
init: set GC threshold to 8MB
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |