mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
||||
:when (featurep! +auto)
|
||||
:defer 2
|
||||
:after-call pre-command-hook
|
||||
:after-call post-self-insert-hook
|
||||
:config (setq company-idle-delay 0.2))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user