From 8cdddf38620694eb089342687aa94ba4e088fb09 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 18 Jan 2023 01:59:57 -0500 Subject: [PATCH] switch company to tab completion --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 88092b2..44c2041 100644 --- a/init.el +++ b/init.el @@ -15,7 +15,7 @@ ;; directory (for easy access to its source code). (doom! :completion - (company +childframe) ; the ultimate code completion backend + (company +childframe +tng) ; the ultimate code completion backend (ivy +fuzzy +precient +childframe +icons) :ui