diff options
author | Alan Pearce | 2016-02-05 18:19:59 +0100 |
---|---|---|
committer | Alan Pearce | 2016-02-05 18:22:07 +0100 |
commit | 42559922c6686ba73a7998d78a2c407c45b753ca (patch) | |
tree | 1609b6a5dbb1b8dba1e931c2a09c8dd021e73a12 | |
parent | 4f7e34a4c173b92db13e33bb660a189268d99554 (diff) | |
download | dotfiles-42559922c6686ba73a7998d78a2c407c45b753ca.tar.lz dotfiles-42559922c6686ba73a7998d78a2c407c45b753ca.tar.zst dotfiles-42559922c6686ba73a7998d78a2c407c45b753ca.zip |
Emacs: Ensure diff indicators are updated by magit
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
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 |