aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-config.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index b581890a..9b87945c 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -305,6 +305,15 @@ you should set `proof-tidy-response' to nil."
:type 'boolean
:group 'proof-user-options)
+(defcustom proof-experimental-features nil
+ "*Whether to enable certain features regarded as experimental.
+As features are added to proof general but are not entirely robust,
+we only enable them if this flag is set. We encourage users to
+set this flag and test the features, but being aware that the
+features may be buggy (problem reports welcomed)."
+ :type 'boolean
+ :group 'proof-user-options)
+
;;; NON BOOLEAN OPTIONS
(defcustom proof-follow-mode 'locked