Ensure custom file is loaded for local variable allowing

This commit is contained in:
JLP 2025-06-10 13:22:18 -04:00
parent 62b4c6f4ef
commit d91f687213
Signed by: jleechpe
GPG key ID: 414E00D1FF7519DC

View file

@ -1752,3 +1752,7 @@ values become buffer local since they overwrite
:defer t)
;; * Email
(require 'config-mail nil 'noerror)
;; * Custom file
;; Finally load custom file
(load custom-file 'no-error)