set-popup-rules! -> set-popup-rule!
Semantic refactor. Also adjusts regexp to use non-capturing group (for slight performance benefit).
This commit is contained in:
parent
dcbcc4d1e7
commit
84af639fc3
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@
|
|||
(setq coq-mode-abbrev-table '())
|
||||
|
||||
(after! company-coq
|
||||
(set-popup-rules!
|
||||
'(("^\\*\\(response\\|goals\\)\\*" :ignore t)))
|
||||
(set-popup-rule! "^\\*\\(?: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