all repos — nixfiles @ 42559922c6686ba73a7998d78a2c407c45b753ca

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

Emacs: Ensure diff indicators are updated by magit

Alan Pearce
commit

42559922c6686ba73a7998d78a2c407c45b753ca

parent

4f7e34a4c173b92db13e33bb660a189268d99554

1 file changed, 1 insertion(+), 1 deletion(-)

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