completion: Defer company-quickhelp.
Has to be loaded after something, but I'm not sure what.
This commit is contained in:
parent
77f3b51e09
commit
8f0f407ec5
|
@ -78,6 +78,7 @@
|
|||
;; Documentation popups for completions.
|
||||
(use-package company-quickhelp
|
||||
:after (company)
|
||||
:defer 4
|
||||
:config (company-quickhelp-mode))
|
||||
|
||||
;; Sorting and filtering for company.
|
||||
|
|
Loading…
Reference in New Issue
Block a user