From dbb822434b1a5e11ce7fe68d9bd4706845fce356 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 9 Feb 2021 16:51:11 -0600 Subject: Up the gc-cons-percentage during startup --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index ae4ae9f..cadfaca 100644 --- a/init.el +++ b/init.el @@ -18,6 +18,7 @@ (let* (;; Speed up init (gc-cons-threshold most-positive-fixnum) + (gc-cons-percentage 0.6) (file-name-handler-alist nil) ;; Config file names (config (expand-file-name "config" -- cgit 1.4.1-21-gabe81