Added lookup handlers
This commit is contained in:
parent
d9f819dac4
commit
5492315053
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
;;; lang/coq/config.el -*- lexical-binding: t; -*-
|
;;; lang/coq/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(after! company-coq
|
(after! company-coq
|
||||||
|
(set-lookup-handlers! 'company-coq-mode
|
||||||
|
:definition #'company-coq-jump-to-definition
|
||||||
|
:references #'company-coq-occur
|
||||||
|
: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