diff options
| author | jao <jao@gnu.org> | 2021-04-04 21:42:09 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2021-04-04 21:42:09 +0100 |
| commit | a629bda12db4238d2d19ab0ca764e2837c6e6e98 (patch) | |
| tree | d5327f2687fa37b886b0b539d1ebdcb8dabd021d | |
| parent | 5d33bbcc137c8e5299640f4345a1341d10ee60f9 (diff) | |
| download | elibs-a629bda12db4238d2d19ab0ca764e2837c6e6e98.tar.gz elibs-a629bda12db4238d2d19ab0ca764e2837c6e6e98.tar.bz2 | |
repeatable diff-hl commands
| -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 |
