doom/reload-autoloads: more feedback when debug mode is on
This commit is contained in:
parent
f49a507ec8
commit
c98efbe28e
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ the commandline."
|
|||
(delete-file generated-autoload-file)
|
||||
(message "Deleted old autoloads.el"))
|
||||
(dolist (file (nreverse autoload-files))
|
||||
(let ((inhibit-message t))
|
||||
(let ((inhibit-message (not doom-debug-mode)))
|
||||
(update-file-autoloads file))
|
||||
(message "Scanned %s" (file-relative-name file doom-emacs-dir)))
|
||||
(condition-case ex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue