Increase a bit the idle delay

This commit is contained in:
Bozhidar Batsov 2014-04-08 11:57:18 +03:00
parent 7ef65a6a3b
commit 9f7d22f417

View file

@ -35,7 +35,7 @@
(require 'company) (require 'company)
(setq company-idle-delay 0.3) (setq company-idle-delay 0.5)
(setq company-tooltip-limit 10) (setq company-tooltip-limit 10)
(setq company-minimum-prefix-length 2) (setq company-minimum-prefix-length 2)