Add one more space in checker if vc-mode is nil.

This commit is contained in:
Vincent Zhang 2019-05-17 01:59:06 +08:00
parent 613a9ae4cc
commit 81b91ae666

View file

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