completion/ivy: fix ivy--regex-fuzzy typos
This commit is contained in:
parent
35b88a597b
commit
1f1f2c3ebf
1 changed files with 2 additions and 2 deletions
|
@ -189,8 +189,8 @@ immediately runs it on the current candidate (ending the ivy session)."
|
|||
;; `ivy-prescient' is too slow for fuzzy projectile-find-file and
|
||||
;; counsel-file-jump, so ensure they're ignored
|
||||
(when (featurep! +fuzzy)
|
||||
(add-to-list 'ivy-re-builders-alist '(counsel-file-jump . +ivy--regex-fuzzy))
|
||||
(add-to-list 'ivy-re-builders-alist '(projectile-find-file . +ivy--regex-fuzzy)))
|
||||
(add-to-list 'ivy-re-builders-alist '(counsel-file-jump . ivy--regex-fuzzy))
|
||||
(add-to-list 'ivy-re-builders-alist '(projectile-find-file . ivy--regex-fuzzy)))
|
||||
(add-to-list 'ivy-prescient-excluded-commands 'counsel-find-jump nil #'eq)
|
||||
(add-to-list 'ivy-prescient-excluded-commands 'projectile-find-file nil #'eq))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue