summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.org b/init.org
index 4a858e9..b9f9869 100644
--- a/init.org
+++ b/init.org
@@ -2659,6 +2659,8 @@
:config
(setq diff-hl-draw-borders nil
diff-hl-side 'right)
+ (map-keymap (lambda (_k cmd) (put cmd 'repeat-map 'diff-hl-command-map))
+ diff-hl-command-map)
(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh))
(global-diff-hl-mode)
#+END_SRC