mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Add one more space in checker if vc-mode is nil.
This commit is contained in:
parent
613a9ae4cc
commit
81b91ae666
1 changed files with 1 additions and 0 deletions
|
@ -962,6 +962,7 @@ icons."
|
||||||
(text (cdr seg)))
|
(text (cdr seg)))
|
||||||
(concat
|
(concat
|
||||||
(doom-modeline-whitespace)
|
(doom-modeline-whitespace)
|
||||||
|
(unless vc-mode (doom-modeline-whitespace))
|
||||||
(when icon
|
(when icon
|
||||||
(propertize icon 'face
|
(propertize icon 'face
|
||||||
(if active `(:inherit
|
(if active `(:inherit
|
||||||
|
|
Loading…
Reference in a new issue