mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tweak(lib): always suppress doom-log output
It will still be logged to *Messages*, but won't spam the echo area.
This commit is contained in:
@ -73,7 +73,7 @@ list is returned as-is."
|
||||
Does not display text in echo area, but still logs to *Messages*. Accepts the
|
||||
same arguments as `message'."
|
||||
`(when doom-debug-p
|
||||
(let ((inhibit-message (active-minibuffer-window)))
|
||||
(let ((inhibit-message t))
|
||||
(message
|
||||
,(concat (propertize "DOOM " 'face 'font-lock-comment-face)
|
||||
(when (bound-and-true-p doom--current-module)
|
||||
|
Reference in New Issue
Block a user