about summary refs log tree commit diff stats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 422b2ab..b3b1e3b 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -25,9 +25,10 @@
            (cdar elpaca--status-counts)
            (string-to-number (emacs-init-time))))
 
-(add-hook 'after-init-hook #'(lambda ()
-                               (setq gc-cons-threshold (* 100 1024 1024)
-                                     gc-cons-percentage 0.1)))
+(add-hook 'elpaca-after-init-hook #'(lambda ()
+                                      (setq gc-cons-threshold (* 100 1024 1024)
+                                            gc-cons-percentage 0.1))
+          99)
 
 ;; Some straight functions need to be able to reload everything, so require won't do
 (defun require! (feature &optional filename noerror)