Emacs: use company-quickhelp

This commit is contained in:
Marcel Kapfer 2017-11-28 00:13:06 +01:00
parent 9fcc7a393b
commit 4f7b72ea4d
1 changed files with 8 additions and 0 deletions

View File

@ -881,3 +881,11 @@
(use-package yasnippet
:defer t)
;; company-quickhelp
;; Documentation popup for Company
(use-package company-quickhelp
:init
(company-quickhelp-mode 1)
:config
(setq company-quickhelp-delay 0.5))