mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/modeline: fix *invalid* in global-mode-string
This commit is contained in:
@ -53,6 +53,9 @@ Currently available functions:
|
|||||||
(put '+modeline-format-left 'risky-local-variable t)
|
(put '+modeline-format-left 'risky-local-variable t)
|
||||||
(put '+modeline-format-right 'risky-local-variable t)
|
(put '+modeline-format-right 'risky-local-variable t)
|
||||||
|
|
||||||
|
;; Otherwise appended segments will produce *Invalid*
|
||||||
|
(setq global-mode-string '(""))
|
||||||
|
|
||||||
;;
|
;;
|
||||||
(defvar +modeline--vspc (propertize " " 'face 'variable-pitch))
|
(defvar +modeline--vspc (propertize " " 'face 'variable-pitch))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user