mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Preload modules before compiling #219
This commit is contained in:
@ -206,7 +206,8 @@ 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)
|
||||||
(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
|
(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)
|
||||||
|
Reference in New Issue
Block a user