Skip to content

Commit

Permalink
fix: #746 Meow state icons clash with Anzu indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Nov 17, 2024
1 parent 645ef52 commit e6ae2ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doom-modeline-segments.el
Original file line number Diff line number Diff line change
Expand Up @@ -1829,9 +1829,9 @@ Including `evil', `overwrite', `god', `ryo' and `xha-fly-kyes', etc."
(ryo (doom-modeline--ryo))
(xf (doom-modeline--xah-fly-keys))
(boon (doom-modeline--boon))
(vsep (doom-modeline-vspc))
(meow (doom-modeline--meow))
(sep (and (or evil ow god ryo xf boon) (doom-modeline-spc))))
(vsep (doom-modeline-vspc))
(sep (and (or evil ow god ryo xf boon meow) (doom-modeline-spc))))
(concat sep
(and evil (concat evil (and (or ow god ryo xf boon meow) vsep)))
(and ow (concat ow (and (or god ryo xf boon meow) vsep)))
Expand Down

0 comments on commit e6ae2ec

Please sign in to comment.