aboutsummaryrefslogtreecommitdiff
path: root/coq/coq.el
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coq.el')
-rw-r--r--coq/coq.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/coq/coq.el b/coq/coq.el
index c1f52d38..4add2642 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -1979,6 +1979,14 @@ at `proof-assistant-settings-cmds' evaluation time.")
proof-tree-find-begin-of-unfinished-proof
'coq-find-begin-of-unfinished-proof)
+ ;; proof-omit-proofs config
+ (setq
+ proof-omit-proofs-configured t
+ proof-script-proof-start-regexp coq-proof-start-regexp
+ proof-script-proof-end-regexp coq-proof-end-regexp
+ proof-script-definition-end-regexp coq-definition-end-regexp
+ proof-script-proof-admit-command coq-omit-proof-admit-command)
+
(setq proof-cannot-reopen-processed-files nil)
(proof-config-done)