mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user