Improve modeline function name consistency
This commit is contained in:
parent
3eae00e4f9
commit
2f12e49a13
3 changed files with 6 additions and 6 deletions
|
@ -273,7 +273,7 @@ buffers regardless of project."
|
|||
(new-buf (get-buffer-create "*doom:scratch*")))
|
||||
(with-current-buffer new-buf
|
||||
(setq default-directory old-project)
|
||||
(setq mode-line-format (doom-mode-line 'scratch))
|
||||
(setq mode-line-format (doom-modeline 'scratch))
|
||||
(when (and (not (eq major-mode mode))
|
||||
(functionp mode))
|
||||
(funcall mode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue