mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
doom-log: show source module before message
This commit is contained in:
@ -108,13 +108,13 @@ Accepts the same arguments as `message'."
|
|||||||
(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
|
|
||||||
(when doom--current-module
|
(when doom--current-module
|
||||||
(propertize
|
(propertize
|
||||||
(format " [%s/%s]"
|
(format "[%s/%s] "
|
||||||
(doom-keyword-name (car doom--current-module))
|
(doom-keyword-name (car doom--current-module))
|
||||||
(cdr doom--current-module))
|
(cdr doom--current-module))
|
||||||
'face 'warning)))
|
'face 'warning))
|
||||||
|
format-string)
|
||||||
,@args))))
|
,@args))))
|
||||||
|
|
||||||
(defun FILE! ()
|
(defun FILE! ()
|
||||||
|
Reference in New Issue
Block a user