From d9aa3a717ae9aca8b2f3e0420cf5533332c8ea3c Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 1 Nov 2019 22:53:50 -0400 Subject: [PATCH] Okay, I need fuzzy searching #emacs The problem with non-fuzzy ivy searches is that you lose the ability to type the first two or three letters of a directory and file to jump quickly to it. There may be some other way to accomplish that goal, but I've yet to find it. --- emacs/.config/doom/config.el | 1 + emacs/.config/doom/init.el | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index 6723f2d..ce4ab7f 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -101,6 +101,7 @@ :desc "Black format buffer" "f" #'blacken-buffer :desc "Links in buffer" "l" #'ace-link-org) (:prefix "/" + :desc "Search project TODOs" "t" #'+ivy/tasks :desc "Search the web" "w" #'web-search :desc "Search all the things" "g" #'deadgrep) (:prefix "y" diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el index c101845..00f9e32 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -6,8 +6,8 @@ ;;japanese :completion - (company) ; the ultimate code completion backend - ivy ; a search engine for love and life + company ; the ultimate code completion backend + (ivy +icons +fuzzy) ; a search engine for love and life ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine...