Remove some unneeded company config
This commit is contained in:
parent
5a228966ca
commit
7ef65a6a3b
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@
|
||||||
(setq company-idle-delay 0.3)
|
(setq company-idle-delay 0.3)
|
||||||
(setq company-tooltip-limit 10)
|
(setq company-tooltip-limit 10)
|
||||||
(setq company-minimum-prefix-length 2)
|
(setq company-minimum-prefix-length 2)
|
||||||
(setq company-echo-delay 0)
|
|
||||||
(setq company-auto-complete nil)
|
|
||||||
|
|
||||||
(global-company-mode 1)
|
(global-company-mode 1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue