From 8de6c07153d59c6fce9c1ed0eb7d8d2ad9b1d70c Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 29 Nov 2021 10:52:47 -0500 Subject: refactor(gs/emacs): Switch to doom's built-in fuzzy ivy This seems to do sorting slightly better. Change-Id: I0d354a77b45b1a83d4bb5eb0acd024187b06929f --- users/grfn/emacs.d/init.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'users/grfn/emacs.d/init.el') diff --git a/users/grfn/emacs.d/init.el b/users/grfn/emacs.d/init.el index 6719e93381..563b455dff 100644 --- a/users/grfn/emacs.d/init.el +++ b/users/grfn/emacs.d/init.el @@ -2,9 +2,8 @@ (doom! :completion company ; the ultimate code completion backend - ;;helm ; the *other* search engine for love and life - ;;ido ; the other *other* search engine... - ivy ; a search engine for love and life + (ivy +fuzzy + +prescient) ; a search engine for love and life :ui ;;deft ; notational velocity for Emacs -- cgit 1.4.1