remove delay for company mode

This commit is contained in:
Grant Hunter 2017-06-05 21:49:01 -06:00
parent 57e34176fb
commit 433e10c3ae

View File

@ -79,6 +79,8 @@
:ensure t
:bind("<C-tab>" . company-auto-complete))
(setq company-tooltip-align-annotations t)
(setq company-dabbrev-downcase 0)
(setq company-idle-delay 0)