From 7f8aa486a4c6be6135eb0622ab095765433dfaa9 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Tue, 1 Jan 2019 18:52:13 +0800 Subject: [PATCH] Adjust flycheck segment. --- doom-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index 99323a9..b5ade40 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -1034,7 +1034,7 @@ mouse-1: Display minor modes menu" (defun doom-modeline-flycheck-icon (icon &optional text face voffset) "Displays an ICON with FACE, followed by TEXT. Uses `all-the-icons-material' to fetch the icon." - (concat " " + (concat (if vc-mode " " " ") (when icon (concat (doom-modeline-icon-material icon :face face :height 1.1 :v-adjust (or voffset -0.225))