mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Add window number in main.
This commit is contained in:
parent
e8ca0a2b38
commit
ed2791caf8
1 changed files with 1 additions and 1 deletions
|
@ -820,7 +820,7 @@ enabled."
|
|||
;;
|
||||
|
||||
(doom-modeline-def-modeline main
|
||||
(workspace-number bar matches " " buffer-info " %l:%c %p " selection-info)
|
||||
(workspace-number window-number bar matches " " buffer-info " %l:%c %p " selection-info)
|
||||
(buffer-encoding major-mode vcs flycheck))
|
||||
|
||||
(doom-modeline-def-modeline minimal
|
||||
|
|
Loading…
Reference in a new issue