Emacs: use company-quickhelp
This commit is contained in:
parent
9fcc7a393b
commit
4f7b72ea4d
1 changed files with 8 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue