Fix private init.el when byte-compiled
By byte-compiling it earlier in doom/compile
This commit is contained in:
parent
d69061e6da
commit
fe610c0973
1 changed files with 1 additions and 0 deletions
|
@ -503,6 +503,7 @@ If ONLY-RECOMPILE-P is non-nil, only recompile out-of-date files."
|
|||
;; don't need eval-when-compile and require blocks scattered all over.
|
||||
(doom-initialize-packages t t)
|
||||
(let ((targets (append (list "init.el" doom-core-dir)
|
||||
(list (doom-module-path :private user-login-name "init.el"))
|
||||
(unless lite-p (doom--module-paths))))
|
||||
(total-success 0)
|
||||
(total-fail 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue