Load company (+auto) on post-self-insert-hook
This is a little later than pre-command-hook, but makes more sense. Needs more testing though!
This commit is contained in:
parent
f71d4634e8
commit
1ef581d376
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
(def-package! company
|
(def-package! company
|
||||||
:when (featurep! +auto)
|
:when (featurep! +auto)
|
||||||
:defer 2
|
:defer 2
|
||||||
:after-call pre-command-hook
|
:after-call post-self-insert-hook
|
||||||
:config (setq company-idle-delay 0.2))
|
:config (setq company-idle-delay 0.2))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue