From 56af27b972eb8afd0e82923529f44e62427cda01 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 25 Jun 2019 14:51:44 +0200 Subject: Emacs: disable evil-company-tng again --- emacs/.emacs.d/main.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 295e84d..57658b0 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -193,6 +193,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 nil)) :config (progn (evil-collection-init))) -- cgit 1.4.1