mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Slightly change evil-state.
This commit is contained in:
parent
dcb106fb5f
commit
54c2824125
1 changed files with 2 additions and 2 deletions
|
@ -1029,7 +1029,7 @@ See `mode-line-percent-position'.")
|
|||
"The current evil state. Requires `evil-mode' to be enabled."
|
||||
(when (bound-and-true-p evil-local-mode)
|
||||
(let ((tag (evil-state-property evil-state :tag t)))
|
||||
(propertize tag 'face
|
||||
(propertize (s-trim-right tag) 'face
|
||||
(if (doom-modeline--active)
|
||||
(cond ((eq tag evil-normal-state-tag) 'doom-modeline-evil-normal-state)
|
||||
((eq tag evil-emacs-state-tag) 'doom-modeline-evil-emacs-state)
|
||||
|
|
Loading…
Reference in a new issue