mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-06 01:31:41 -05: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…
Add table
Reference in a new issue