From 68ef4c68f3b92b2b20a61827c9dd91fc4d022e93 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sun, 1 Dec 2019 15:54:52 -0500 Subject: [PATCH] Added tab complete for company & fuzzy for helm. --- emacs/doom.d/init.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/emacs/doom.d/init.el b/emacs/doom.d/init.el index 6992034..9b8a3a1 100644 --- a/emacs/doom.d/init.el +++ b/emacs/doom.d/init.el @@ -13,10 +13,11 @@ ;;japanese :completion - (company ; the ultimate code completion backend - +childframe - ) - helm ; the *other* search engine for love and life + (company ; the ultimate code completion backend. + +childframe ; Use company-box. + +tng) ; Compnay on tab. + (helm ; because sometimes I prefer what I know. + +fuzzy) ; woh typse aynthing write teh first time. ;;ido ; the other *other* search engine... ;;(ivy ; a search engine for love and life ;; +fuzzy