mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 09:21:38 -05:00
Fix #277: God-mode state tag not showing.
This commit is contained in:
parent
0e3abf8ccc
commit
d621458714
1 changed files with 3 additions and 3 deletions
|
@ -1627,9 +1627,9 @@ and `xha-fly-kyes', etc."
|
|||
(sep (and (or evil ow god ryo xf) (doom-modeline-spc))))
|
||||
(concat sep
|
||||
(and evil (concat evil (and (or ow god ryo xf) vsep)))
|
||||
(and ow (concat evil (and (or god ryo xf) vsep)))
|
||||
(and god (concat evil (and (or ryo xf) vsep)))
|
||||
(and ryo (concat evil (and (or xf) vsep)))
|
||||
(and ow (concat ow (and (or god ryo xf) vsep)))
|
||||
(and god (concat god (and (or ryo xf) vsep)))
|
||||
(and ryo (concat ryo (and xf vsep)))
|
||||
xf
|
||||
sep)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue