From 799ea3054d55cf8abea8932e799b200e3fb6702b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 24 Oct 2016 02:47:14 +0200 Subject: [PATCH] modeline: even spacing for *vcs segment --- core/core-modeline.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-modeline.el b/core/core-modeline.el index ab4f3680d..1069c3de5 100644 --- a/core/core-modeline.el +++ b/core/core-modeline.el @@ -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 "")