Fix #277: God-mode state tag not showing.

This commit is contained in:
Vincent Zhang 2019-12-08 01:16:05 +08:00
parent 0e3abf8ccc
commit d621458714

View file

@ -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)))