aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/proof-useropts.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/generic/proof-useropts.el b/generic/proof-useropts.el
index bb3c87cb..515bffcf 100644
--- a/generic/proof-useropts.el
+++ b/generic/proof-useropts.el
@@ -370,6 +370,14 @@ with full details."
:type 'boolean
:group 'proof-user-options)
+(defcustom proof-minibuffer-messages t
+ "*Non-nil causes Proof General to issue minibuffer messages.
+Minibuffer messages are issed when urgent messages are seen
+from the prover. You can disable the display of these if they
+are distracting or too frequent."
+ :type 'boolean
+ :group 'proof-user-options)
+