Change ref function
This commit is contained in:
parent
5492315053
commit
f6e9b943fd
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
(after! company-coq
|
(after! company-coq
|
||||||
(set-lookup-handlers! 'company-coq-mode
|
(set-lookup-handlers! 'company-coq-mode
|
||||||
:definition #'company-coq-jump-to-definition
|
:definition #'company-coq-jump-to-definition
|
||||||
:references #'company-coq-occur
|
:references #'company-coq-grep-symbol
|
||||||
:documentation #'company-coq-doc)
|
:documentation #'company-coq-doc)
|
||||||
(when (not (featurep! :completion company))
|
(when (not (featurep! :completion company))
|
||||||
(setq company-coq-disabled-features '(company company-defaults))))
|
(setq company-coq-disabled-features '(company company-defaults))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue