summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2019-09-10 12:32:44 +0200
committerAlan Pearce2019-09-10 12:32:44 +0200
commit77655b398c878f01dc70269ab8c3d20ed7e42877 (patch)
tree42578eaf458c65f2cae1ebf3dd1d3ee556bffdb4 /emacs/.emacs.d
parent324c7d35e4721b637b8241fab2bd3265f475df30 (diff)
downloaddotfiles-77655b398c878f01dc70269ab8c3d20ed7e42877.tar.lz
dotfiles-77655b398c878f01dc70269ab8c3d20ed7e42877.tar.zst
dotfiles-77655b398c878f01dc70269ab8c3d20ed7e42877.zip
Emacs: improve company + tabnine setup
Diffstat (limited to 'emacs/.emacs.d')
-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 2cd5c23..8adf370 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)))