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:
Colin Powell
2019-11-01 22:20:59 -04:00
parent f076f6a028
commit 7bf7d56f5c

View File

@ -7,7 +7,7 @@
:completion
(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
;;ido ; the other *other* search engine...