mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
ivy-prescient-retain-classic-highlighting = t
Because prescient's highlighting turns any assumptions themes make about ivy's faces on their head, making them look odd.
This commit is contained in:
@ -298,10 +298,12 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
|||||||
:hook (ivy-mode . ivy-prescient-mode)
|
:hook (ivy-mode . ivy-prescient-mode)
|
||||||
:when (featurep! +prescient)
|
:when (featurep! +prescient)
|
||||||
:init
|
:init
|
||||||
(setq prescient-filter-method (if (featurep! +fuzzy)
|
(setq prescient-filter-method
|
||||||
|
(if (featurep! +fuzzy)
|
||||||
'(literal regexp initialism fuzzy)
|
'(literal regexp initialism fuzzy)
|
||||||
'(literal regexp initialism))
|
'(literal regexp initialism))
|
||||||
ivy-prescient-enable-filtering nil ;; we do this ourselves
|
ivy-prescient-enable-filtering nil ; we do this ourselves
|
||||||
|
ivy-prescient-retain-classic-highlighting t
|
||||||
ivy-initial-inputs-alist nil
|
ivy-initial-inputs-alist nil
|
||||||
ivy-re-builders-alist
|
ivy-re-builders-alist
|
||||||
'((counsel-ag . +ivy-prescient-non-fuzzy)
|
'((counsel-ag . +ivy-prescient-non-fuzzy)
|
||||||
|
Reference in New Issue
Block a user