mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-24 03:00:10 +00:00
Display window number clearer.
This commit is contained in:
parent
af13c002d7
commit
226a15cf7d
1 changed files with 1 additions and 1 deletions
|
@ -923,7 +923,7 @@ with `evil-ex-substitute', and/or 4. The number of active `iedit' regions."
|
||||||
(if (< 0 (length num))
|
(if (< 0 (length num))
|
||||||
(propertize (format " %s " num)
|
(propertize (format " %s " num)
|
||||||
'face (if (doom-modeline--active)
|
'face (if (doom-modeline--active)
|
||||||
'doom-modeline-bar
|
'doom-modeline-panel
|
||||||
'doom-modeline-inactive-bar))
|
'doom-modeline-inactive-bar))
|
||||||
"")))
|
"")))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue