From 30fbcc342f57cb2b89146fc759d0c2dc02fce333 Mon Sep 17 00:00:00 2001 From: John Turner Date: Sun, 10 Mar 2024 16:21:05 -0400 Subject: [PATCH] init: set GC threshold to 8MB --- init.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5