ui/modeline: use VCS format for magit-status-mode
This commit is contained in:
parent
e694569482
commit
28d5127793
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
(defun +modeline-hide-in-non-status-buffer-h ()
|
(defun +modeline-hide-in-non-status-buffer-h ()
|
||||||
"Show minimal modeline in magit-status buffer, no modeline elsewhere."
|
"Show minimal modeline in magit-status buffer, no modeline elsewhere."
|
||||||
(if (eq major-mode 'magit-status-mode)
|
(if (eq major-mode 'magit-status-mode)
|
||||||
(doom-modeline-set-project-modeline)
|
(doom-modeline-set-vcs-modeline)
|
||||||
(hide-mode-line-mode))))
|
(hide-mode-line-mode))))
|
||||||
|
|
||||||
;; Some functions modify the buffer, causing the modeline to show a false
|
;; Some functions modify the buffer, causing the modeline to show a false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue