ui/modeline: fix *invalid* in global-mode-string
This commit is contained in:
parent
3fab4fbaba
commit
77b5571ed9
1 changed files with 3 additions and 0 deletions
|
@ -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))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue