completion/company: load company earlier
Potentially addresses #1696, #1687, #1686, #993
This commit is contained in:
parent
9c548a60e3
commit
5999fee7c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue