From 7bf7d56f5c28ade8111a88cc037593d3826380b4 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 1 Nov 2019 22:20:59 -0400 Subject: [PATCH] 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. --- emacs/.config/doom/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el index 01013ef..25d2d50 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -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...