diff options
-rw-r--r-- | init.org | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |