diff --git a/configs/init-base.el b/configs/init-base.el index 89dcb00..d0ecd09 100644 --- a/configs/init-base.el +++ b/configs/init-base.el @@ -22,6 +22,7 @@ ;; Custom configs file (setq custom-file (concat user-emacs-directory ".custom.el")) +(add-hook 'elpaca-after-init-hook (lambda () (load custom-file 'noerror))) ;; Garbage Collector Magic Hack (use-package gcmh