diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-31 00:54:03 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-31 00:54:03 +0100 |
commit | ac8eee9b3b828c62817b160ce2ba6c9c51e4bb3b (patch) | |
tree | 0396e708a8a5662167372bd60a82516de65ad7a9 /Doom | |
parent | 2aa3f0d3a9e04c5f07d918e7f67377ecc8628efc (diff) | |
download | dotfiles-ac8eee9b3b828c62817b160ce2ba6c9c51e4bb3b.tar.gz dotfiles-ac8eee9b3b828c62817b160ce2ba6c9c51e4bb3b.tar.bz2 dotfiles-ac8eee9b3b828c62817b160ce2ba6c9c51e4bb3b.zip |
~ivy -> icomplete
Diffstat (limited to 'Doom')
-rw-r--r-- | Doom/.doom.d/init.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doom/.doom.d/init.el b/Doom/.doom.d/init.el index 5fa3ff0..b988842 100644 --- a/Doom/.doom.d/init.el +++ b/Doom/.doom.d/init.el @@ -13,15 +13,16 @@ (ocaml +lsp) (rss +elfeed) (narrow) + (icomplete) :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... |