Added a popup rule to ignore proof general popups
This commit is contained in:
parent
abc7ca84d8
commit
dcbcc4d1e7
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
(setq coq-mode-abbrev-table '())
|
||||
|
||||
(after! company-coq
|
||||
(set-popup-rules!
|
||||
'(("^\\*\\(response\\|goals\\)\\*" :ignore t)))
|
||||
(set-lookup-handlers! 'company-coq-mode
|
||||
:definition #'company-coq-jump-to-definition
|
||||
:references #'company-coq-grep-symbol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue