diff --git a/.config/emacs/site-lisp/dot-elpaca.el b/.config/emacs/site-lisp/dot-elpaca.el index 3b12161..a055f78 100644 --- a/.config/emacs/site-lisp/dot-elpaca.el +++ b/.config/emacs/site-lisp/dot-elpaca.el @@ -52,7 +52,7 @@ (defmacro elpaca-nil (body) "Defer execution until all Elpaca queues have been processed." (declare (indent 1)) - `(add-hook 'elpaca-after-init-hook (lambda () (,@body)))) + `(add-hook 'elpaca-after-init-hook (lambda () (,@body)) 1)) ;; Stop coping with startup time, its done loading when its done loading (elpaca-nil (setq after-init-time (current-time)))