summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 1 insertions, 1 deletions
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)))