From 095b979d312d95876b834c8140ce873754a51841 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 11 Sep 2025 09:30:32 -0400 Subject: [PATCH] [emacs] Update to using ivy with fuzzy matching --- emacs/.config/doom/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el index 6edefb2..4d199db 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -21,10 +21,10 @@ ;;layout ; auie,ctsrnm is the superior home row :completion - company ; the ultimate code completion backend + ;;(company +fuzzy) ; 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) ; a search engine for love and life vertico ; the search engine of the future :ui