Merge pull request #1034 from djeis97/coq-popup-config
Coq popup config
This commit is contained in:
commit
714c30aea1
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
(setq coq-mode-abbrev-table '())
|
(setq coq-mode-abbrev-table '())
|
||||||
|
|
||||||
(after! company-coq
|
(after! company-coq
|
||||||
|
(set-popup-rule! "^\\*\\(?:response\\|goals\\)\\*" :ignore t)
|
||||||
(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-grep-symbol
|
:references #'company-coq-grep-symbol
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue