Load custom-file after Elpaca init

Ensures user customizations are applied after Elpaca has finished
initializing, preventing potential overrides or incorrect
application of settings.
This commit is contained in:
kj
2025-09-28 22:27:25 -03:00
parent eb14dff0cd
commit 8d7252eabf

View File

@ -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