Enable company popup even when there is only one candidate
This commit is contained in:
4
init.el
4
init.el
@@ -309,7 +309,9 @@
|
|||||||
|
|
||||||
(use-package company
|
(use-package company
|
||||||
:config
|
:config
|
||||||
(setq company-idle-delay nil)
|
(setq company-idle-delay nil
|
||||||
|
company-frontends '(company-pseudo-tooltip-frontend
|
||||||
|
company-echo-metadata-frontend))
|
||||||
(global-company-mode))
|
(global-company-mode))
|
||||||
|
|
||||||
(use-package helm-company
|
(use-package helm-company
|
||||||
|
Reference in New Issue
Block a user