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

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