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:
parent
d1e5bfc079
commit
7fcf2c2025
1 changed files with 2 additions and 3 deletions
|
@ -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))))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue