fix(coq): void-function company-coq

This commit is contained in:
fdeitylink
2025-05-24 20:27:15 -04:00
committed by Henrik Lissner
parent 6a6ac8f315
commit 24aec7cd2b

View File

@ -87,7 +87,7 @@
(when (bound-and-true-p company-mode)
(company-mode -1))
(add-hook 'completion-at-point-functions
(cape-company-to-capf 'company-coq)
(cape-company-to-capf 'company-coq-master-backend)
nil t)))
(defadvice! +coq--proof-goto-point-advice (&rest _)
:override #'company-coq--proof-goto-point-advice