From 86142a68cfeccc5c3fca19d0449b106fa226f8fe Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Mon, 6 May 2019 02:09:10 +0800 Subject: [PATCH] Add one space padding at the last position of checker segment. --- doom-modeline-segments.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doom-modeline-segments.el b/doom-modeline-segments.el index da5cc50..39fc8e2 100644 --- a/doom-modeline-segments.el +++ b/doom-modeline-segments.el @@ -932,7 +932,8 @@ icons." :inherit mode-line-inactive))) (when (and doom-modeline-icon icon text) doom-modeline-inactive-vspc) - (when text (propertize text 'face 'mode-line-inactive)))))) + (when text (propertize text 'face 'mode-line-inactive)))) + " ")) "")))