mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #5041 from HyunggyuJang/fix/cli/byte-compile
Fix bin/doom compile error introduced by e2a11d24fd
This commit is contained in:
@ -101,7 +101,8 @@ If RECOMPILE-P is non-nil, only recompile out-of-date files."
|
|||||||
(noninteractive t)
|
(noninteractive t)
|
||||||
doom-interactive-p)
|
doom-interactive-p)
|
||||||
(doom-initialize 'force)
|
(doom-initialize 'force)
|
||||||
(quiet! (doom-initialize-packages))))
|
(quiet! (doom-initialize-packages))
|
||||||
|
(quiet! (doom-initialize-modules))))
|
||||||
|
|
||||||
(if (null targets)
|
(if (null targets)
|
||||||
(print! (info "No targets to %scompile" (if recompile-p "re" "")))
|
(print! (info "No targets to %scompile" (if recompile-p "re" "")))
|
||||||
|
Reference in New Issue
Block a user