Don't raise GC Cons percentage

I think it causes problems with loading the init file
This commit is contained in:
Case Duckworth 2021-02-10 10:14:29 -06:00
parent d0537e5d53
commit 199bf4ddd8
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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"