completion/ivy: fix ivy-re-builders-alist delegates
This commit is contained in:
parent
cdf4604288
commit
a24b750c6c
2 changed files with 12 additions and 2 deletions
|
@ -49,9 +49,9 @@ results buffer.")
|
|||
counsel-grep
|
||||
swiper
|
||||
swiper-isearch)
|
||||
collect (cons cmd +ivy-standard-search-fn))
|
||||
collect (cons cmd #'+ivy-alternative-search))
|
||||
;; Ignore order for non-fuzzy searches by default
|
||||
(t . ,+ivy-alternative-search-fn)))
|
||||
(t . +ivy-standard-search)))
|
||||
|
||||
(define-key!
|
||||
[remap switch-to-buffer] #'+ivy/switch-buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue