Remove some unneeded company config

This commit is contained in:
Bozhidar Batsov 2014-04-08 11:56:00 +03:00
parent 5a228966ca
commit 7ef65a6a3b

View file

@ -38,8 +38,6 @@
(setq company-idle-delay 0.3)
(setq company-tooltip-limit 10)
(setq company-minimum-prefix-length 2)
(setq company-echo-delay 0)
(setq company-auto-complete nil)
(global-company-mode 1)