From 42559922c6686ba73a7998d78a2c407c45b753ca Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 5 Feb 2016 18:19:59 +0100 Subject: Emacs: Ensure diff indicators are updated by magit --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 3298453..4c19721 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -473,7 +473,7 @@ changed. This package colours the fringe :defer 2 :config (progn (global-diff-hl-mode 1) - (add-hook 'magit-refresh-file-buffer-hook #'diff-hl-update))) + (add-hook 'magit-post-refresh-hook #'diff-hl-magit-post-refresh))) #+END_SRC ** magit -- cgit 1.4.1