Load a local.el file if it exists
This commit is contained in:
parent
224c5a6b29
commit
84c52a59c9
@ -114,5 +114,7 @@
|
||||
(require 'init-lola)
|
||||
(require 'handwriting)
|
||||
|
||||
(load (expand-file-name (concat user-emacs-directory "local.el")) 'noerror 'nomessage)
|
||||
|
||||
(when (file-exists-p custom-file)
|
||||
(load custom-file 'noerror 'nomessage))
|
||||
|
Loading…
Reference in New Issue
Block a user