Revert fuzzy matching in ag #emacs
Fuzzy matching is not terribly fast and literal matching generates very useful results. I'll at least try this for a bit until it is proved less useful than fuzzy matching with prescient.
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
:completion
|
:completion
|
||||||
(company) ; the ultimate code completion backend
|
(company) ; the ultimate code completion backend
|
||||||
(ivy +prescient +fuzzy) ; a search engine for love and life
|
ivy ; a search engine for love and life
|
||||||
;;helm ; the *other* search engine for love and life
|
;;helm ; the *other* search engine for love and life
|
||||||
;;ido ; the other *other* search engine...
|
;;ido ; the other *other* search engine...
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user