From f5b865248d7c26b27ce6a4891c63cc40e5a610dd Mon Sep 17 00:00:00 2001
From: niten <niten@fudo.org>
Date: Wed, 7 Sep 2022 09:49:29 -0700
Subject: [PATCH] Make Ivy completion more sophisticated

---
 init.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.el b/init.el
index 5e78577..e54bbb4 100644
--- a/init.el
+++ b/init.el
@@ -23,7 +23,7 @@
        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 +icons +prescient) ; a search engine for love and life
 
        :ui
        ;;deft              ; notational velocity for Emacs