mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43: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)
|
(if (or (eq sym major-mode)
|
||||||
(and
|
(and
|
||||||
(memq sym minor-mode-list)
|
(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)))
|
(add-face-text-property 0 (length cmd) 'font-lock-constant-face 'append cmd)))
|
||||||
cmd))
|
cmd))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user