completion/company: load company earlier

Potentially addresses #1696, #1687, #1686, #993
This commit is contained in:
Henrik Lissner 2019-10-12 19:31:59 -04:00
parent 9c548a60e3
commit 5999fee7c3
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -2,7 +2,7 @@
(use-package! company (use-package! company
:commands company-complete-common company-manual-begin company-grab-line :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 :init
(setq company-minimum-prefix-length 2 (setq company-minimum-prefix-length 2
company-tooltip-limit 14 company-tooltip-limit 14