mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix private init.el when byte-compiled
By byte-compiling it earlier in doom/compile
This commit is contained in:
@ -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.
|
;; don't need eval-when-compile and require blocks scattered all over.
|
||||||
(doom-initialize-packages t t)
|
(doom-initialize-packages t t)
|
||||||
(let ((targets (append (list "init.el" doom-core-dir)
|
(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))))
|
(unless lite-p (doom--module-paths))))
|
||||||
(total-success 0)
|
(total-success 0)
|
||||||
(total-fail 0)
|
(total-fail 0)
|
||||||
|
Reference in New Issue
Block a user