From 88b3f84bdddb6dc8434e9d52a4df8bbd36081f5c Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Wed, 11 Jul 2018 16:53:22 +0800 Subject: [PATCH] Adjust global segment. --- doom-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index f848776..828e599 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -1035,7 +1035,7 @@ enabled." (doom-modeline-def-segment global "For the time string and whatever uses global-mode-string." (when (< 0 (length global-mode-string)) - '(" " global-mode-string " "))) + '(" " global-mode-string))) ;;