all repos — nixfiles @ 56af27b972eb8afd0e82923529f44e62427cda01

System and user configuration, managed by nix and home-manager

Emacs: disable evil-company-tng again

Alan Pearce
commit

56af27b972eb8afd0e82923529f44e62427cda01

parent

cf3cb491d19c560fae5e8827482226db6a95455d

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -193,6 +193,7 @@ (use-package evil-collection
:after (evil) :demand t :commands (evil-collection-init) + :custom ((evil-collection-company-use-tng nil)) :config (progn (evil-collection-init)))