diff options
Diffstat (limited to 'early-init.el')
-rw-r--r-- | early-init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el index 2a6e068..ad1d856 100644 --- a/early-init.el +++ b/early-init.el | |||
@@ -32,7 +32,8 @@ | |||
32 | after init.") | 32 | after init.") |
33 | 33 | ||
34 | (setq file-name-handler-alist nil) | 34 | (setq file-name-handler-alist nil) |
35 | (acdw/gc-disable) | 35 | (setq gc-cons-threshold (* 800 1024 1024) |
36 | gc-cons-percentage 0.6) | ||
36 | 37 | ||
37 | (add-hook 'after-init-hook | 38 | (add-hook 'after-init-hook |
38 | (defun hook--post-init-reset () | 39 | (defun hook--post-init-reset () |