mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Don't use inactive face for active mc matches context
This commit is contained in:
parent
84a0aac09b
commit
a30a3b354a
1 changed files with 2 additions and 2 deletions
|
@ -1054,8 +1054,8 @@ Requires `anzu', also `evil-anzu' if using `evil-mode' for compatibility with
|
|||
(cond ((bound-and-true-p multiple-cursors-mode)
|
||||
(cons (eval (cadadr mc/mode-line))
|
||||
(if (doom-modeline--active)
|
||||
'mode-line-inactive
|
||||
'doom-modeline-eldoc-bar)))
|
||||
'doom-modeline-eldoc-bar
|
||||
'mode-line-inactive)))
|
||||
((bound-and-true-p evil-mc-cursor-list)
|
||||
(cons (length evil-mc-cursor-list)
|
||||
(cond ((not (doom-modeline--active)) 'mode-line-inactive)
|
||||
|
|
Loading…
Reference in a new issue