mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Always show window numbers in all frames.
This commit is contained in:
parent
28000c45f4
commit
ff3bd48b34
1 changed files with 1 additions and 2 deletions
|
@ -901,8 +901,7 @@ Returns \"\" to not break --no-window-system."
|
|||
((bound-and-true-p window-numbering-mode)
|
||||
(window-numbering-get-number-string))
|
||||
(t ""))))
|
||||
(if (and (< 0 (length num))
|
||||
(< 2 (length (window-list nil 'ignore))))
|
||||
(if (< 0 (length num))
|
||||
(propertize (format " %s " num)
|
||||
'face (if (doom-modeline--active)
|
||||
'doom-modeline-bar
|
||||
|
|
Loading…
Reference in a new issue