Don't let evil-collection screw up company mode

This commit is contained in:
Jeremy Dormitzer 2019-11-29 09:10:36 -05:00
parent 44f6b8a9a7
commit d4940186ea

View File

@ -137,6 +137,7 @@ A collection of evil bindings for various modes
(use-package evil-collection
:after (evil)
:config
(setq evil-collection-company-use-tng nil)
(evil-collection-init))
#+END_SRC