From 199bf4ddd8d63f1ddae0652bd3ef48e5a0be067e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 10 Feb 2021 10:14:29 -0600 Subject: Don't raise GC Cons percentage I think it causes problems with loading the init file --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index ae4ae9f..405bf9b 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