doom-log: show source module before message
This commit is contained in:
parent
962f6a1032
commit
c6ceb147e6
1 changed files with 3 additions and 3 deletions
|
@ -108,13 +108,13 @@ Accepts the same arguments as `message'."
|
|||
(let ((inhibit-message (active-minibuffer-window)))
|
||||
(message
|
||||
,(concat (propertize "DOOM " 'face 'font-lock-comment-face)
|
||||
format-string
|
||||
(when doom--current-module
|
||||
(propertize
|
||||
(format "[%s/%s] "
|
||||
(doom-keyword-name (car doom--current-module))
|
||||
(cdr doom--current-module))
|
||||
'face 'warning)))
|
||||
'face 'warning))
|
||||
format-string)
|
||||
,@args))))
|
||||
|
||||
(defun FILE! ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue