Merge pull request #1034 from djeis97/coq-popup-config

Coq popup config
This commit is contained in:
Henrik Lissner 2018-12-03 22:24:33 -05:00 committed by GitHub
commit 714c30aea1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@
(setq coq-mode-abbrev-table '())
(after! company-coq
(set-popup-rule! "^\\*\\(?:response\\|goals\\)\\*" :ignore t)
(set-lookup-handlers! 'company-coq-mode
:definition #'company-coq-jump-to-definition
:references #'company-coq-grep-symbol