From: John Turner Date: Sun, 10 Mar 2024 20:21:05 +0000 (-0400) Subject: init: set GC threshold to 8MB X-Git-Url: https://jturnerusa.dev/gitweb/?a=commitdiff_plain;h=30fbcc342f57cb2b89146fc759d0c2dc02fce333;p=emacs.d init: set GC threshold to 8MB --- 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