mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Revert "Preload modules before compiling #219"
This reverts commit c9632a7d8b
.
Causes more general breakage.
This commit is contained in:
@ -206,8 +206,7 @@ This aggressively reloads core autoload files."
|
||||
:error))))))
|
||||
(when (or force-p (not doom-modules))
|
||||
(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
|
||||
(let (noninteractive)
|
||||
(funcall load-fn (doom-module-path :private user-login-name "init.el") t)
|
||||
|
Reference in New Issue
Block a user