Adjust global segment.

This commit is contained in:
Vincent Zhang 2018-07-11 16:53:22 +08:00
parent 776d8ed923
commit 88b3f84bdd

View file

@ -1035,7 +1035,7 @@ enabled."
(doom-modeline-def-segment global (doom-modeline-def-segment global
"For the time string and whatever uses global-mode-string." "For the time string and whatever uses global-mode-string."
(when (< 0 (length global-mode-string)) (when (< 0 (length global-mode-string))
'(" " global-mode-string " "))) '(" " global-mode-string)))
;; ;;