From 741e262630fc456de015e8a1e7a3fa8ced1ac09e Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Fri, 10 Jun 2022 14:50:45 -0500 Subject: [PATCH] Improved startup times for emacs --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 23b3100..0fc3131 100644 --- a/init.el +++ b/init.el @@ -17,6 +17,8 @@ (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")) +(setq gc-cons-threshold 100000000) + ;; fetch the list of packages available (unless package-archive-contents (package-refresh-contents))