mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
fix(vertico): disable minor mode highlight duly
Minor mode highlights did not disable as long as the mode was enabled. Amend: #7706
This commit is contained in:
@@ -371,7 +371,8 @@ orderless."
|
||||
(if (or (eq sym major-mode)
|
||||
(and
|
||||
(memq sym minor-mode-list)
|
||||
(boundp sym)))
|
||||
(boundp sym)
|
||||
(symbol-value sym)))
|
||||
(add-face-text-property 0 (length cmd) 'font-lock-constant-face 'append cmd)))
|
||||
cmd))
|
||||
|
||||
|
Reference in New Issue
Block a user