From 77655b398c878f01dc70269ab8c3d20ed7e42877 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 10 Sep 2019 12:32:44 +0200 Subject: Emacs: improve company + tabnine setup --- emacs/.emacs.d/main.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 2cd5c235..8adf370e 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -253,7 +253,7 @@ With two prefix arguments, write out the day and month name." :after (evil) :demand t :commands (evil-collection-init) - :custom ((evil-collection-company-use-tng t)) + :custom ((evil-collection-company-use-tng nil)) :config (progn (evil-collection-init))) -- cgit 1.4.1