Set special buffers ("*scratch*" "*Messages*").

This commit is contained in:
Vincent Zhang 2018-08-14 00:28:45 +08:00
parent 051528a52a
commit aa25e7b143

View file

@ -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 ()