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:
Henrik Lissner 2022-03-31 19:17:04 +02:00
parent 806d9c0116
commit a48cd27d79
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -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)