mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
parent
6f189b37bd
commit
40564fc281
1 changed files with 4 additions and 1 deletions
|
@ -1228,7 +1228,10 @@ mouse-2: Show help for minor mode"
|
||||||
"Mode line construct for miscellaneous information.
|
"Mode line construct for miscellaneous information.
|
||||||
By default, this shows the information specified by `global-mode-string'."
|
By default, this shows the information specified by `global-mode-string'."
|
||||||
(if (doom-modeline--active)
|
(if (doom-modeline--active)
|
||||||
'("" mode-line-misc-info)))
|
(replace-regexp-in-string (regexp-quote "%")
|
||||||
|
"%%%%"
|
||||||
|
(format-mode-line mode-line-misc-info)
|
||||||
|
t t)))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue