summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r--emacs/.emacs.d/main.el1
1 files changed, 1 insertions, 0 deletions
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)))