mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(coq): void-function company-coq
This commit is contained in:
committed by
Henrik Lissner
parent
6a6ac8f315
commit
24aec7cd2b
@ -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
|
||||
|
Reference in New Issue
Block a user