aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-06-01 14:31:18 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-06-01 14:31:18 +0000
commit8f8f8060ebeb8c204eca98020de0ac2198a1d1fb (patch)
treec1028c1438860798b5507b311ebe508cf70638ba /coq
parent2478ff4744592718bdc748cb29e6ef15fea943e6 (diff)
Added a couple of settings for Coq
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el17
1 files changed, 17 insertions, 0 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 5dbc9704..fdd1aeb9 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -531,4 +531,21 @@ This is specific to coq-mode."
(setq font-lock-keywords coq-font-lock-keywords-1)
(proof-response-config-done))
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;
+;; Flags and other settings for Coq.
+;;
+
+(defpacustom time-search-isos nil
+ "Whether to display timing of SearchIsos in Coq."
+ :type 'boolean
+ :setting ("Time." . "Untime."))
+
+(defpacustom print-only-first-subgoal nil
+ "Whether to just print the first subgoal in Coq."
+ :type 'boolean
+ :setting ("Focus." . "Unfocus."))
+
+
(provide 'coq)