mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-27 11:09:52 +00:00
Fix format of global segment.
This commit is contained in:
parent
501a930d32
commit
fefc9d9cfb
1 changed files with 1 additions and 1 deletions
|
@ -1019,7 +1019,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 " ")))
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; position
|
;; position
|
||||||
|
|
Loading…
Reference in a new issue