From b7bc345b44cc73a41cab9bd2ac1ca7e7b2cc760f Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Wed, 12 Dec 2018 13:58:00 +0800 Subject: [PATCH] Revert "Improve: remove the spaces in the end." This reverts commit 2be5f281845824d4a1dba9706a7ae1afa86286d0. --- doom-modeline.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index a308fb2..3ff8727 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -992,7 +992,8 @@ Uses `all-the-icons-material' to fetch the icon." (concat (doom-modeline-icon-material icon :face face :height 0.95 :v-adjust (or voffset -0.2)) (if text doom-modeline-vspc))) - (if text (propertize text 'face face)))) + (if text (propertize text 'face face)) + " ")) (defvar-local doom-modeline--flycheck nil) (defun doom-modeline-update-flycheck-segment (&optional status)