aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-config.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 56f59809..59a85d34 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -446,6 +446,13 @@ The script buffer's comment-end is set to this string plus a space."
:type 'string
:group 'proof-script)
+(defcustom proof-case-fold-search nil
+ "Value for case-fold-search when recognizing portions of proof scripts.
+If your prover has a case-insensitive syntax, this should be set
+to 't'."
+ :type 'boolean
+ :group 'proof-script)
+
(defcustom proof-save-command-regexp nil
"Matches a save command"
:type 'regexp