Fix format of global segment.

This commit is contained in:
Vincent Zhang 2018-07-11 14:39:25 +08:00
parent 501a930d32
commit fefc9d9cfb

View file

@ -1019,7 +1019,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 " ")))
;;
;; position