diff options
| author | Jim Fehrle | 2019-05-31 16:59:19 -0700 |
|---|---|---|
| committer | Jim Fehrle | 2019-06-01 00:28:06 -0700 |
| commit | 0afe38adf55608b26f04a77f312d4805ce568da6 (patch) | |
| tree | 74e88f5260128ea952df72b83fafc8c54105b8a1 /coq/coq.el | |
| parent | 9ebfbb6abbd5480b434ceadebec824d7c8804e73 (diff) | |
Add hook for coq diff-highlighting routine
Diffstat (limited to 'coq/coq.el')
| -rw-r--r-- | coq/coq.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |
