diff --git a/users/crumb/programs/emacs/early-init.el b/users/crumb/programs/emacs/early-init.el index 0fc0160..8b3d3ed 100755 --- a/users/crumb/programs/emacs/early-init.el +++ b/users/crumb/programs/emacs/early-init.el @@ -10,8 +10,8 @@ (setq use-package-compute-statistics t) (setq gc-cons-threshold - ;; (4 gibibytes) - (* 4 (expt 1024 3))) + ;; (6 gibibytes) + (* 6 (expt 1024 3))) ;; By default, Emacs will cache compilation artifacts in my personal config ;; directory — I'm not keen on that! Redirect it to a dedicated cache directory.