summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-06-25 14:51:44 +0200
committerAlan Pearce2019-06-25 14:51:44 +0200
commit56af27b972eb8afd0e82923529f44e62427cda01 (patch)
treedf4ae97bd37169349554bb19c00d08926a652337
parentcf3cb491d19c560fae5e8827482226db6a95455d (diff)
downloaddotfiles-56af27b972eb8afd0e82923529f44e62427cda01.tar.lz
dotfiles-56af27b972eb8afd0e82923529f44e62427cda01.tar.zst
dotfiles-56af27b972eb8afd0e82923529f44e62427cda01.zip
Emacs: disable evil-company-tng again
-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)))