diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-31 15:39:39 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-31 15:39:39 +0100 |
commit | b1664b68628364993fe390d0f5df168caf9bbc44 (patch) | |
tree | 659d141ca54ea46a55b548a3918750e8e904f40f /Doom/.doom.d/init.el | |
parent | 1d4143d795083c4c683566d618999c60b754533c (diff) | |
download | dotfiles-b1664b68628364993fe390d0f5df168caf9bbc44.tar.gz dotfiles-b1664b68628364993fe390d0f5df168caf9bbc44.tar.bz2 dotfiles-b1664b68628364993fe390d0f5df168caf9bbc44.zip |
~completion -> ivy
Diffstat (limited to 'Doom/.doom.d/init.el')
-rw-r--r-- | Doom/.doom.d/init.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Doom/.doom.d/init.el b/Doom/.doom.d/init.el index 0ae50bf..da4baac 100644 --- a/Doom/.doom.d/init.el +++ b/Doom/.doom.d/init.el @@ -13,16 +13,17 @@ (ocaml +lsp) (rss +elfeed) (narrow) - (icomplete) + ;;(completion) + :input ;;chinese ;;japanese :completion (company +childframe) ; the ultimate code completion backend - ;;(ivy - ;; +fuzzy - ;; +icons) ; a search engine for love and life + (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... |