aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/phox.el
diff options
context:
space:
mode:
Diffstat (limited to 'phox/phox.el')
-rw-r--r--phox/phox.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/phox/phox.el b/phox/phox.el
index eb5295d8..88396b5b 100644
--- a/phox/phox.el
+++ b/phox/phox.el
@@ -206,6 +206,7 @@
font-lock-keywords phox-font-lock-keywords
proof-output-fontify-enable t)
(phox-sym-lock-start)
+ (add-hook 'proof-shell-handle-delayed-output-hook 'phox-sym-lock-font-lock-hook)
(proof-response-config-done))
(define-derived-mode phox-goals-mode proof-goals-mode
@@ -214,6 +215,7 @@
font-lock-keywords phox-font-lock-keywords
proof-output-fontify-enable t)
(phox-sym-lock-start)
+ (add-hook 'proof-before-fontify-output-hook 'phox-sym-lock-font-lock-hook)
(proof-goals-config-done))
;; The response buffer and goals buffer modes defined above are