mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
Does not display text in echo area, but still logs to *Messages*. Accepts the
|
||||||
same arguments as `message'."
|
same arguments as `message'."
|
||||||
`(when doom-debug-p
|
`(when doom-debug-p
|
||||||
(let ((inhibit-message (active-minibuffer-window)))
|
(let ((inhibit-message t))
|
||||||
(message
|
(message
|
||||||
,(concat (propertize "DOOM " 'face 'font-lock-comment-face)
|
,(concat (propertize "DOOM " 'face 'font-lock-comment-face)
|
||||||
(when (bound-and-true-p doom--current-module)
|
(when (bound-and-true-p doom--current-module)
|
||||||
|
Reference in New Issue
Block a user