diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-07-24 12:04:22 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-07-24 12:04:22 +0100 |
commit | d0fba8aa39db24e71fd16073900100acf6fdaeb0 (patch) | |
tree | 3db3a52491435b0872749c1a33bc6b1a6eeadaab | |
parent | 6e5ffd9a5de4e843b1540a1a4b7efeb18d37f818 (diff) | |
download | dotfiles-d0fba8aa39db24e71fd16073900100acf6fdaeb0.tar.gz dotfiles-d0fba8aa39db24e71fd16073900100acf6fdaeb0.tar.bz2 dotfiles-d0fba8aa39db24e71fd16073900100acf6fdaeb0.zip |
+fuzzy searching option to ivy
-rw-r--r-- | doom.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doom.d/init.el b/doom.d/init.el index bfc822b..f0e8994 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -16,7 +16,8 @@ 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) ; a search engine for love and life :ui ;;deft ; notational velocity for Emacs |