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 --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.org') diff --git a/config.org b/config.org index 386363f..baf16dd 100644 --- a/config.org +++ b/config.org @@ -3155,7 +3155,7 @@ the needed boolean expression to tangle config.org. Booleans, yall! #+begin_src emacs-lisp (let* (;; Speed up init (gc-cons-threshold most-positive-fixnum) - (gc-cons-percentage 0.6) + ;; (gc-cons-percentage 0.6) (file-name-handler-alist nil) ;; Config file names (config (expand-file-name "config" -- cgit 1.4.1-21-gabe81