diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-01-05 22:47:16 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-01-05 22:47:16 +0000 |
commit | 936db0b48c9008a5b48073ad6c8e845c391861bb (patch) | |
tree | 91fc5bc3cc8de107bdff699d585734004bd1b7fa | |
parent | 026c245d2a671abada2efce6664483e4f17a5988 (diff) | |
download | dotfiles-936db0b48c9008a5b48073ad6c8e845c391861bb.tar.gz dotfiles-936db0b48c9008a5b48073ad6c8e845c391861bb.tar.bz2 dotfiles-936db0b48c9008a5b48073ad6c8e845c391861bb.zip |
~repositioned ivy to top of completion
-rw-r--r-- | doom.d/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doom.d/init.el b/doom.d/init.el index 831cc9c..542927e 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -13,11 +13,11 @@ :completion company ; the ultimate code completion backend - ;;helm ; the *other* search engine for love and life - ;;ido ; the other *other* search engine... (ivy +fuzzy +icons) ; a search engine for love and life + ;;helm ; the *other* search engine for love and life + ;;ido ; the other *other* search engine... :ui ;;deft ; notational velocity for Emacs |