Minor, general refactors
This commit is contained in:
parent
8f733c2ab5
commit
748b197676
5 changed files with 17 additions and 15 deletions
|
@ -114,10 +114,11 @@ Accepts the same arguments as `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)))
|
||||
(propertize
|
||||
(format " [%s/%s]"
|
||||
(doom-keyword-name (car doom--current-module))
|
||||
(cdr doom--current-module))
|
||||
'face 'warning)))
|
||||
,@args))))
|
||||
|
||||
(defun FILE! ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue