aboutsummaryrefslogtreecommitdiff
path: root/coq/coq.el
diff options
context:
space:
mode:
authorJim Fehrle2019-05-31 16:59:19 -0700
committerJim Fehrle2019-06-01 00:28:06 -0700
commit0afe38adf55608b26f04a77f312d4805ce568da6 (patch)
tree74e88f5260128ea952df72b83fafc8c54105b8a1 /coq/coq.el
parent9ebfbb6abbd5480b434ceadebec824d7c8804e73 (diff)
Add hook for coq diff-highlighting routine
Diffstat (limited to 'coq/coq.el')
-rw-r--r--coq/coq.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 21b1acf9..0f6d6f84 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -58,6 +58,11 @@
(require 'coq-abbrev) ; abbrev and coq specific menu
(require 'coq-seq-compile) ; sequential compilation of Requires
(require 'coq-par-compile) ; parallel compilation of Requires
+
+;; set hook for diff highlighting routine from non-Coq code
+(require 'coq-diffs)
+(setq pg-insert-text-function 'coq-insert-tagged-text)
+
(defvar prettify-symbols-alist)