mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Rename segment workspace-number to workspace-name.
This commit is contained in:
parent
310d386a48
commit
f88b05d7e9
2 changed files with 2 additions and 2 deletions
|
@ -1307,7 +1307,7 @@ one. The ignored buffers are excluded unless `aw-ignore-on' is nil."
|
||||||
;; workspace number
|
;; workspace number
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(doom-modeline-def-segment workspace-number
|
(doom-modeline-def-segment workspace-name
|
||||||
"The current workspace name or number.
|
"The current workspace name or number.
|
||||||
Requires `eyebrowse-mode' to be enabled."
|
Requires `eyebrowse-mode' to be enabled."
|
||||||
(if (and (bound-and-true-p eyebrowse-mode)
|
(if (and (bound-and-true-p eyebrowse-mode)
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(doom-modeline-def-modeline 'main
|
(doom-modeline-def-modeline 'main
|
||||||
'(bar workspace-number window-number evil-state god-state ryo-modal xah-fly-keys matches buffer-info remote-host buffer-position parrot selection-info)
|
'(bar workspace-name window-number evil-state god-state ryo-modal xah-fly-keys matches buffer-info remote-host buffer-position parrot selection-info)
|
||||||
'(misc-info persp-name lsp irc mu4e github debug fancy-battery minor-modes input-method buffer-encoding major-mode process vcs checker))
|
'(misc-info persp-name lsp irc mu4e github debug fancy-battery minor-modes input-method buffer-encoding major-mode process vcs checker))
|
||||||
|
|
||||||
(doom-modeline-def-modeline 'minimal
|
(doom-modeline-def-modeline 'minimal
|
||||||
|
|
Loading…
Reference in a new issue