mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +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
|
||||
"For the time string and whatever uses global-mode-string."
|
||||
(when (< 0 (length global-mode-string))
|
||||
'("" global-mode-string " ")))
|
||||
'(" " global-mode-string " ")))
|
||||
|
||||
;;
|
||||
;; position
|
||||
|
|
Loading…
Reference in a new issue