mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -106,8 +106,8 @@ This is used by `associate!', `file-exists-p!' and `project-file-exists-p!'."
|
|||||||
"Log to *Messages* if `doom-debug-mode' is on.
|
"Log to *Messages* if `doom-debug-mode' is on.
|
||||||
Does not interrupt the minibuffer if it is in use, but still logs to *Messages*.
|
Does not interrupt the minibuffer if it is in use, but still logs to *Messages*.
|
||||||
Accepts the same arguments as `message'."
|
Accepts the same arguments as `message'."
|
||||||
(when doom-debug-mode
|
`(when doom-debug-mode
|
||||||
`(let ((inhibit-message (active-minibuffer-window)))
|
(let ((inhibit-message (active-minibuffer-window)))
|
||||||
(message
|
(message
|
||||||
,(concat (propertize "DOOM " 'face 'font-lock-comment-face)
|
,(concat (propertize "DOOM " 'face 'font-lock-comment-face)
|
||||||
format-string
|
format-string
|
||||||
|
Reference in New Issue
Block a user