Remove company-coq's hello page
This commit is contained in:
parent
78bb2e2ae5
commit
c4fad17c29
1 changed files with 3 additions and 3 deletions
|
@ -74,12 +74,12 @@
|
||||||
:references #'company-coq-grep-symbol
|
:references #'company-coq-grep-symbol
|
||||||
:documentation #'company-coq-doc)
|
:documentation #'company-coq-doc)
|
||||||
|
|
||||||
|
(setq company-coq-disabled-features '(hello company-defaults))
|
||||||
|
|
||||||
(if (not (featurep! :completion company))
|
(if (not (featurep! :completion company))
|
||||||
(setq company-coq-disabled-features '(hello company company-defaults))
|
(add-to-list 'company-coq-disabled-features 'company)
|
||||||
;; `company-coq''s company defaults impose idle-completion on folks, so
|
;; `company-coq''s company defaults impose idle-completion on folks, so
|
||||||
;; we'll set up company ourselves.
|
;; we'll set up company ourselves.
|
||||||
(add-to-list 'company-coq-disabled-features 'company-defaults)
|
|
||||||
(add-to-list 'company-coq-disabled-features 'hello)
|
|
||||||
;; See https://github.com/cpitclaudel/company-coq/issues/42
|
;; See https://github.com/cpitclaudel/company-coq/issues/42
|
||||||
(map! :map coq-mode-map [remap company-complete-common]
|
(map! :map coq-mode-map [remap company-complete-common]
|
||||||
#'company-indent-or-complete-common))
|
#'company-indent-or-complete-common))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue