Load ~/.emacs.local.el, if available
This commit is contained in:
parent
d651311d1d
commit
c52efdfb5b
1 changed files with 2 additions and 0 deletions
|
@ -276,6 +276,8 @@ byte-compilation."
|
|||
(setq doom-modules ',doom-modules)
|
||||
|
||||
(unless noninteractive
|
||||
(load "~/.emacs.local.el" t t)
|
||||
|
||||
,@(let (forms)
|
||||
(dolist (module (doom--module-pairs) (nreverse forms))
|
||||
(push `(require! ,(car module) ,(cdr module) t) forms)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue