Browse Source

Increase a bit the idle delay

custom
Bozhidar Batsov 12 years ago
parent
commit
9f7d22f417
  1. 2
      modules/prelude-company.el

2
modules/prelude-company.el

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

Loading…
Cancel
Save