Ensure custom file is loaded for local variable allowing
This commit is contained in:
parent
62b4c6f4ef
commit
d91f687213
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue