summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2016-02-05 18:19:59 +0100
committerAlan Pearce2016-02-05 18:22:07 +0100
commit42559922c6686ba73a7998d78a2c407c45b753ca (patch)
tree1609b6a5dbb1b8dba1e931c2a09c8dd021e73a12 /tag-emacs/emacs.d
parent4f7e34a4c173b92db13e33bb660a189268d99554 (diff)
downloaddotfiles-42559922c6686ba73a7998d78a2c407c45b753ca.tar.lz
dotfiles-42559922c6686ba73a7998d78a2c407c45b753ca.tar.zst
dotfiles-42559922c6686ba73a7998d78a2c407c45b753ca.zip
Emacs: Ensure diff indicators are updated by magit
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
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