mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-24 03:00:10 +00:00
Make vcs more obvious.
This commit is contained in:
parent
b0342b30b6
commit
a989c93971
1 changed files with 1 additions and 1 deletions
|
@ -942,7 +942,7 @@ mouse-3: Toggle minor modes"
|
||||||
(if active (setq face 'doom-modeline-urgent))
|
(if active (setq face 'doom-modeline-urgent))
|
||||||
(doom-modeline-icon-octicon "alert" :face face))
|
(doom-modeline-icon-octicon "alert" :face face))
|
||||||
(t
|
(t
|
||||||
(if active (setq face 'font-lock-doc-face))
|
(if active (setq face 'doom-modeline-info))
|
||||||
(doom-modeline-icon-octicon
|
(doom-modeline-icon-octicon
|
||||||
"git-branch"
|
"git-branch"
|
||||||
:face face
|
:face face
|
||||||
|
|
Loading…
Reference in a new issue