diff options
-rw-r--r-- | config.org | 2 | ||||
-rw-r--r-- | init.el | 1 |
2 files changed, 2 insertions, 1 deletions
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! | |||
3155 | #+begin_src emacs-lisp | 3155 | #+begin_src emacs-lisp |
3156 | (let* (;; Speed up init | 3156 | (let* (;; Speed up init |
3157 | (gc-cons-threshold most-positive-fixnum) | 3157 | (gc-cons-threshold most-positive-fixnum) |
3158 | (gc-cons-percentage 0.6) | 3158 | ;; (gc-cons-percentage 0.6) |
3159 | (file-name-handler-alist nil) | 3159 | (file-name-handler-alist nil) |
3160 | ;; Config file names | 3160 | ;; Config file names |
3161 | (config (expand-file-name "config" | 3161 | (config (expand-file-name "config" |
diff --git a/init.el b/init.el index ae4ae9f..405bf9b 100644 --- a/init.el +++ b/init.el | |||
@@ -18,6 +18,7 @@ | |||
18 | 18 | ||
19 | (let* (;; Speed up init | 19 | (let* (;; Speed up init |
20 | (gc-cons-threshold most-positive-fixnum) | 20 | (gc-cons-threshold most-positive-fixnum) |
21 | ;; (gc-cons-percentage 0.6) | ||
21 | (file-name-handler-alist nil) | 22 | (file-name-handler-alist nil) |
22 | ;; Config file names | 23 | ;; Config file names |
23 | (config (expand-file-name "config" | 24 | (config (expand-file-name "config" |