From 1b286ff5d72f086306cf44d7678e5dfbd5f3bad9 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 12 Apr 2021 15:05:50 +0200 Subject: [PATCH] Enable TAB to complete selected on company --- arch-config/.doom.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch-config/.doom.d/init.el b/arch-config/.doom.d/init.el index 8b8ac0ab..1c7a27a0 100644 --- a/arch-config/.doom.d/init.el +++ b/arch-config/.doom.d/init.el @@ -20,7 +20,8 @@ ;;layout ; auie,ctsrnm is the superior home row :completion - company ; the ultimate code completion backend + ;;company ; the ultimate code completion backend + (company +tng) ; the ultimate code completion backend ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... ivy ; a search engine for love and life