doom {build,purge}: reduce unnecessarily loud output

These lines don't add anything, and shouldn't be highlighted as
"success" messages.
This commit is contained in:
Henrik Lissner 2021-01-31 05:14:45 -05:00
parent d1e5bfc079
commit 7fcf2c2025

View file

@ -335,7 +335,7 @@ declaration) or dependency thereof that hasn't already been."
(doom--wait-for-compile-jobs)
(doom--write-missing-eln-errors)
(print! (success "\033[KRebuilt %d package(s)") (length built)))
(print! (success "No packages need rebuilding"))
(print! (info "No packages need rebuilding"))
nil))))
@ -596,5 +596,4 @@ If ELPA-P, include packages installed with package.el (M-x package-install)."
(when (require 'comp nil t)
(if (not eln-p)
(ignore (print! (info "Skipping native bytecode")))
(doom--cli-packages-purge-eln)))))
(print! (success "Finished purging")))))
(doom--cli-packages-purge-eln))))))))