From 5999fee7c32373d1869f87c22f68dcaf937abdc5 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 12 Oct 2019 19:31:59 -0400 Subject: [PATCH] completion/company: load company earlier Potentially addresses #1696, #1687, #1686, #993 --- modules/completion/company/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/completion/company/config.el b/modules/completion/company/config.el index 2096983d7..3d0d322de 100644 --- a/modules/completion/company/config.el +++ b/modules/completion/company/config.el @@ -2,7 +2,7 @@ (use-package! company :commands company-complete-common company-manual-begin company-grab-line - :after-call evil-insert-state-entry-hook evil-emacs-state-entry-hook + :after-call pre-command-hook after-find-file :init (setq company-minimum-prefix-length 2 company-tooltip-limit 14