diff options
author | Alan Pearce | 2019-09-10 12:32:44 +0200 |
---|---|---|
committer | Alan Pearce | 2019-09-10 12:32:44 +0200 |
commit | 77655b398c878f01dc70269ab8c3d20ed7e42877 (patch) | |
tree | 42578eaf458c65f2cae1ebf3dd1d3ee556bffdb4 /emacs | |
parent | 324c7d35e4721b637b8241fab2bd3265f475df30 (diff) | |
download | dotfiles-77655b398c878f01dc70269ab8c3d20ed7e42877.tar.lz dotfiles-77655b398c878f01dc70269ab8c3d20ed7e42877.tar.zst dotfiles-77655b398c878f01dc70269ab8c3d20ed7e42877.zip |
Emacs: improve company + tabnine setup
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
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))) |