about summary refs log tree commit diff
path: root/users/grfn/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/emacs.d/init.el')
-rw-r--r--users/grfn/emacs.d/init.el5
1 files changed, 2 insertions, 3 deletions
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