mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Added a popup rule to ignore proof general popups
This commit is contained in:
@ -6,6 +6,8 @@
|
|||||||
(setq coq-mode-abbrev-table '())
|
(setq coq-mode-abbrev-table '())
|
||||||
|
|
||||||
(after! company-coq
|
(after! company-coq
|
||||||
|
(set-popup-rules!
|
||||||
|
'(("^\\*\\(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
|
||||||
|
Reference in New Issue
Block a user