diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-git.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el index 85e0a9f..371a058 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -188,6 +188,7 @@ the commit buffer. And no dinging." (define-key magit-log-mode-map "j" 'ace-jump-mode) (define-key magit-refs-mode-map "j" 'ace-jump-mode) + (define-key magit-cherry-mode-map "j" 'ace-jump-mode) (magit-define-popup-action 'magit-commit-popup ?u "Auto commit" 'km/magit-auto-commit) |