summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-09-10 12:32:44 +0200
committerAlan Pearce2019-09-10 12:32:44 +0200
commit77655b398c878f01dc70269ab8c3d20ed7e42877 (patch)
tree42578eaf458c65f2cae1ebf3dd1d3ee556bffdb4
parent324c7d35e4721b637b8241fab2bd3265f475df30 (diff)
downloadnixfiles-77655b398c878f01dc70269ab8c3d20ed7e42877.tar.lz
nixfiles-77655b398c878f01dc70269ab8c3d20ed7e42877.tar.zst
nixfiles-77655b398c878f01dc70269ab8c3d20ed7e42877.zip
Emacs: improve company + tabnine setup
-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)))