From 60a3e306c29314bc23ec5e9f6908c442df37049a Mon Sep 17 00:00:00 2001 From: larstvei Date: Thu, 17 Aug 2023 22:47:50 +0200 Subject: [PATCH] Update diff-hl on commit --- init.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.org b/init.org index 0ba8357..3e180b3 100644 --- a/init.org +++ b/init.org @@ -724,6 +724,8 @@ ;; A Git porcelain inside Emacs. (use-package magit + :hook ((magit-pre-refresh . diff-hl-magit-pre-refresh) + (magit-post-refresh . diff-hl-magit-post-refresh)) :bind (:map custom-bindings-map ("C-c m" . magit-status))) #+end_src