diff options
author | Alan Pearce | 2019-06-25 14:51:44 +0200 |
---|---|---|
committer | Alan Pearce | 2019-06-25 14:51:44 +0200 |
commit | 56af27b972eb8afd0e82923529f44e62427cda01 (patch) | |
tree | df4ae97bd37169349554bb19c00d08926a652337 /emacs | |
parent | cf3cb491d19c560fae5e8827482226db6a95455d (diff) | |
download | dotfiles-56af27b972eb8afd0e82923529f44e62427cda01.tar.lz dotfiles-56af27b972eb8afd0e82923529f44e62427cda01.tar.zst dotfiles-56af27b972eb8afd0e82923529f44e62427cda01.zip |
Emacs: disable evil-company-tng again
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/main.el | 1 |
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))) |