aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index bdee9eac..df76244c 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -2055,6 +2055,12 @@ toolbar."
:type '(repeat function)
:group 'proof-shell)
+(defcustom proof-before-fontify-output-hook nil
+ "This hook is called before fonfitying a region in an output buffer.
+This hook is mainly used by phox-sym-lock."
+ :type '(repeat function)
+ :group 'proof-shell)
+
(defcustom proof-shell-font-lock-keywords nil
"Value of font-lock-keywords used to fontify the proof shell.
This is currently used only by proof-easy-config mechanism,