modeline: even spacing for *vcs segment

This commit is contained in:
Henrik Lissner 2016-10-24 02:47:14 +02:00
parent c34e59b789
commit 799ea3054d

View file

@ -269,7 +269,8 @@ directory, the file name, and its state (modified, read-only or non-existent)."
" "
(propertize (substring vc-mode (+ (if (eq backend 'Hg) 2 3) 2))
'face (if active face))
" "))))
" "
(propertize " " 'face 'variable-pitch)))))
(defvar-local doom--flycheck-err-cache nil "")
(defvar-local doom--flycheck-cache nil "")