bin/doom: polish output

Reduces the amount of "noise" included in bin/doom's output.

Also fixes an issue where warnings during autoloads generation would
sneak into Doom's autoloads file, producing weird void-variable errors,
like

  (void-variable . rainbow-delimiters:)
  (void-variable . diredfl:)
  (void-variable . company:)
This commit is contained in:
Henrik Lissner 2021-05-23 21:40:01 -04:00
parent 54067455e7
commit 4b5cf7d46f
4 changed files with 45 additions and 37 deletions

View file

@ -220,7 +220,7 @@ list remains lean."
with previous = 0
while (not (zerop pending))
if (/= previous pending) do
(print! (info "\033[KWaiting for %d async jobs...\033[1A" pending))
(print! (start "\033[KNatively compiling %d files...\033[1A" pending))
(setq previous pending)
else do
(let ((inhibit-message t))