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