Preload modules before compiling #219
This commit is contained in:
parent
eefcf7803f
commit
c9632a7d8b
1 changed files with 2 additions and 1 deletions
|
@ -206,7 +206,8 @@ This aggressively reloads core autoload files."
|
|||
:error))))))
|
||||
(when (or force-p (not doom-modules))
|
||||
(setq doom-modules nil)
|
||||
(funcall load-fn (expand-file-name "init.el" doom-emacs-dir))
|
||||
(let (noninteractive)
|
||||
(funcall load-fn (expand-file-name "init.el" doom-emacs-dir)))
|
||||
(when load-p
|
||||
(let (noninteractive)
|
||||
(funcall load-fn (doom-module-path :private user-login-name "init.el") t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue