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:
Henrik Lissner 2018-06-05 11:20:06 +02:00
parent f71d4634e8
commit 1ef581d376
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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))