all repos — nixfiles @ 42559922c6686ba73a7998d78a2c407c45b753ca

System and user configuration, managed by nix and home-manager

Emacs: Ensure diff indicators are updated by magit
Alan Pearce alan@alanpearce.co.uk
Fri, 05 Feb 2016 18:19:59 +0100
commit

42559922c6686ba73a7998d78a2c407c45b753ca

parent

4f7e34a4c173b92db13e33bb660a189268d99554

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -473,7 +473,7 @@ (use-package diff-hl     :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