From a629bda12db4238d2d19ab0ca764e2837c6e6e98 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 4 Apr 2021 21:42:09 +0100 Subject: repeatable diff-hl commands --- init.org | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.org') 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 -- cgit v1.2.3