From 254c8a33bb0bea30b7b88db6563bb19a6739489a Mon Sep 17 00:00:00 2001 From: dx Date: Fri, 17 Jul 2020 22:03:48 +0100 Subject: +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. --- Doom/.config/doom/init.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Doom/.config/doom/init.el') 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 -- cgit v1.2.3-13-gbd6f