Disable company tooltip

It’s annoying for me, even though `helm-company` has some issues.
This commit is contained in:
Gergely Polonkai 2016-11-21 08:25:11 +01:00
parent 5a836f5227
commit 307e4d0b27
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@
(use-package company
:ensure t
:config
(setq company-idle-delay nil)
(global-company-mode))
(use-package helm-company