Merge pull request #5041 from HyunggyuJang/fix/cli/byte-compile
Fix bin/doom compile error introduced by e2a11d24fd
This commit is contained in:
commit
b7a199046d
1 changed files with 2 additions and 1 deletions
|
@ -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" "")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue