mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Set special buffers ("*scratch*" "*Messages*").
This commit is contained in:
parent
051528a52a
commit
aa25e7b143
1 changed files with 1 additions and 1 deletions
|
@ -1065,7 +1065,7 @@ See `mode-line-percent-position'.")
|
|||
;; of Emacs, someone give the man a modeline!
|
||||
(dolist (bname '("*scratch*" "*Messages*"))
|
||||
(with-current-buffer bname
|
||||
(doom-modeline-set-modeline 'main)))))
|
||||
(doom-modeline-set-modeline 'special)))))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom-modeline-set-special-modeline ()
|
||||
|
|
Loading…
Reference in a new issue