mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Change the segment name of info to info-nodes.
This commit is contained in:
parent
7c83699c64
commit
93517eb854
2 changed files with 3 additions and 3 deletions
|
@ -1527,8 +1527,8 @@ mouse-3: Describe current input method")
|
||||||
;; Info
|
;; Info
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(doom-modeline-def-segment info
|
(doom-modeline-def-segment info-nodes
|
||||||
"The segment for `Info-mode'."
|
"The topic and nodes in the Info buffer."
|
||||||
(let ((active (doom-modeline--active)))
|
(let ((active (doom-modeline--active)))
|
||||||
(concat
|
(concat
|
||||||
" ("
|
" ("
|
||||||
|
|
|
@ -106,7 +106,7 @@
|
||||||
'(misc-info " " major-mode process))
|
'(misc-info " " major-mode process))
|
||||||
|
|
||||||
(doom-modeline-def-modeline 'info
|
(doom-modeline-def-modeline 'info
|
||||||
'(bar window-number buffer-info info buffer-position parrot selection-info)
|
'(bar window-number buffer-info info-nodes buffer-position parrot selection-info)
|
||||||
'(misc-info buffer-encoding major-mode))
|
'(misc-info buffer-encoding major-mode))
|
||||||
|
|
||||||
(doom-modeline-def-modeline 'media
|
(doom-modeline-def-modeline 'media
|
||||||
|
|
Loading…
Reference in a new issue