all repos — nixfiles @ 56af27b972eb8afd0e82923529f44e62427cda01

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

Emacs: disable evil-company-tng again
Alan Pearce alan@alanpearce.eu
Tue, 25 Jun 2019 14:51:44 +0200
commit

56af27b972eb8afd0e82923529f44e62427cda01

parent

cf3cb491d19c560fae5e8827482226db6a95455d

1 files changed, 1 insertions(+), 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)))