Increase a bit the idle delay
This commit is contained in:
parent
7ef65a6a3b
commit
9f7d22f417
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue