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