completion/company: remove company-quickhelp
Quickhelp is unreliable and doesn't look very good. I'm searching for an alternative.
This commit is contained in:
parent
5e007ada08
commit
779184a9ee
3 changed files with 1 additions and 9 deletions
|
@ -55,12 +55,6 @@ MODES should be one major-mode symbol or a list of them."
|
|||
:config (setq company-statistics-file (concat doom-cache-dir "company-stats-cache.el")))
|
||||
|
||||
|
||||
(def-package! company-quickhelp
|
||||
:unless (and EMACS26+ (featurep! +childframe))
|
||||
:hook (company-mode . company-quickhelp-mode)
|
||||
:config (setq company-quickhelp-delay nil))
|
||||
|
||||
|
||||
(def-package! company-box
|
||||
:when (and EMACS26+ (featurep! +childframe))
|
||||
:hook (company-mode . company-box-mode)
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
(package! company)
|
||||
(package! company-dict)
|
||||
(package! company-quickhelp)
|
||||
(package! company-statistics)
|
||||
(when (featurep! +childframe)
|
||||
(package! company-box))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue