diff options
author | dx <aryadevchavali1@gmail.com> | 2020-07-17 22:03:48 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-07-17 22:03:48 +0100 |
commit | 254c8a33bb0bea30b7b88db6563bb19a6739489a (patch) | |
tree | c56024357e02aafcc7af44a19bbea7d3b0bd15cb /Doom/.config/doom/init.el | |
parent | 94644d01f2a816fdaa61c8e2b435fce51a68090d (diff) | |
download | dotfiles-254c8a33bb0bea30b7b88db6563bb19a6739489a.tar.gz dotfiles-254c8a33bb0bea30b7b88db6563bb19a6739489a.tar.bz2 dotfiles-254c8a33bb0bea30b7b88db6563bb19a6739489a.zip |
+made my own completion module using ido module
Basically copied the parts I liked of the ido module and removed the
parts I didn't.
Diffstat (limited to 'Doom/.config/doom/init.el')
-rw-r--r-- | Doom/.config/doom/init.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doom/.config/doom/init.el b/Doom/.config/doom/init.el index ac7bf96..b61d62d 100644 --- a/Doom/.config/doom/init.el +++ b/Doom/.config/doom/init.el @@ -12,9 +12,9 @@ bindings gentemplate narrow + completion ;; (ocaml +lsp) ;; (rss +elfeed) - ;;(completion) :input ;;chinese @@ -22,11 +22,11 @@ :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... + ;;ido ; the other *other* search engine... :ui ;;deft ; notational velocity for Emacs |