From 5754bba72d8b2609dc04543b9a8e0d8c8627ab64 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sat, 16 Mar 2013 09:25:21 +0400 Subject: [PATCH] Close #5 --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 8a3911079..b933b176c 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,19 @@ Notes * [git-gutter](https://github.com/syohex/emacs-git-gutter) provides interactive commands to show/hide/toggle margin indicators for the same information, and allows you to customize how the indicators look. + +Integration +===== + +If you're using some package other than `vc` to commit changes, it might +not run `vc-checkin-hook` after commits. In that case, you'll need to +either add `diff-hl-update` to the hook it does run, or advise some +function that's called in the buffer after its state has changed. + +psvn +----- + +```lisp +(defadvice svn-status-update-modeline (after svn-update-diff-hl activate) + (diff-hl-update)) +``` -- 2.39.2