mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 11:09:54 +00:00
Add window number for special, project and media modeline.
This commit is contained in:
parent
69e47314a3
commit
f6f73ddddb
1 changed files with 3 additions and 3 deletions
|
@ -928,15 +928,15 @@ enabled."
|
|||
(media-info major-mode))
|
||||
|
||||
(doom-modeline-def-modeline special
|
||||
(bar matches " " buffer-info-simple " %l:%c %p " selection-info)
|
||||
(window-number bar matches " " buffer-info-simple " %l:%c %p " selection-info)
|
||||
(buffer-encoding major-mode flycheck))
|
||||
|
||||
(doom-modeline-def-modeline project
|
||||
(bar buffer-default-directory)
|
||||
(window-number bar buffer-default-directory)
|
||||
(major-mode))
|
||||
|
||||
(doom-modeline-def-modeline media
|
||||
(bar " %b ")
|
||||
(window-number bar " %b ")
|
||||
(media-info major-mode))
|
||||
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue