Enable company popup even when there is only one candidate

This commit is contained in:
Gergely Polonkai 2017-11-08 08:21:22 +01:00
parent e76f116612
commit 8d74c2966c
1 changed files with 3 additions and 1 deletions

View File

@ -309,7 +309,9 @@
(use-package company
:config
(setq company-idle-delay nil)
(setq company-idle-delay nil
company-frontends '(company-pseudo-tooltip-frontend
company-echo-metadata-frontend))
(global-company-mode))
(use-package helm-company