summaryrefslogtreecommitdiff
path: root/lisp/init-git.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-git.el')
-rw-r--r--lisp/init-git.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el
index 225330b..06aa5b7 100644
--- a/lisp/init-git.el
+++ b/lisp/init-git.el
@@ -283,9 +283,9 @@ the file name if NO-DIRECTORY is non-nil."
(define-key magit-file-section-map (kbd "C-j") 'magit-diff-visit-file-worktree)
(define-key magit-hunk-section-map (kbd "C-j") 'magit-diff-visit-file-worktree)
- (define-key magit-log-mode-map "j" 'avy-goto-subword-1)
- (define-key magit-refs-mode-map "j" 'avy-goto-subword-1)
- (define-key magit-cherry-mode-map "j" 'avy-goto-subword-1)
+ (define-key magit-log-mode-map "j" 'km/avy-goto-subword-1)
+ (define-key magit-refs-mode-map "j" 'km/avy-goto-subword-1)
+ (define-key magit-cherry-mode-map "j" 'km/avy-goto-subword-1)
(define-key km/git-map "." 'km/magit-show-commit-at-point)
(define-key km/git-map "e" 'km/magit-commit-extend-all)