mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
diable the hello feature of company-coq
This commit is contained in:
@ -75,10 +75,11 @@
|
||||
:documentation #'company-coq-doc)
|
||||
|
||||
(if (not (featurep! :completion company))
|
||||
(setq company-coq-disabled-features '(company company-defaults))
|
||||
(setq company-coq-disabled-features '(hello company company-defaults))
|
||||
;; `company-coq''s company defaults impose idle-completion on folks, so
|
||||
;; 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
|
||||
(map! :map coq-mode-map [remap company-complete-common]
|
||||
#'company-indent-or-complete-common))
|
||||
|
Reference in New Issue
Block a user