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:
@ -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
|
||||
|
Reference in New Issue
Block a user