diff options
author | dx <aryadevchavali1@gmail.com> | 2020-06-14 01:02:14 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-06-14 01:02:14 +0100 |
commit | 156c6e32587dce93e186e07bf9e9e4e72b2f844f (patch) | |
tree | 23a2096b96168f90cd00ebcafb5722d15b86e29b /Doom/.doom.d | |
parent | c522cca21c12e3e5fc522305c98682c2b3004da2 (diff) | |
download | dotfiles-156c6e32587dce93e186e07bf9e9e4e72b2f844f.tar.gz dotfiles-156c6e32587dce93e186e07bf9e9e4e72b2f844f.tar.bz2 dotfiles-156c6e32587dce93e186e07bf9e9e4e72b2f844f.zip |
~switched to ido module completion
Diffstat (limited to 'Doom/.doom.d')
-rw-r--r-- | Doom/.doom.d/init.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doom/.doom.d/init.el b/Doom/.doom.d/init.el index ea4c402..dd2e8e0 100644 --- a/Doom/.doom.d/init.el +++ b/Doom/.doom.d/init.el @@ -21,11 +21,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 |