summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index 2f1aea5..2ebc1fb 100644
--- a/init.el
+++ b/init.el
@@ -969,9 +969,9 @@
("C-x 4 a" . nil))
(define-key magit-file-section-map (kbd "C-j")
- #'magit-diff-visit-file-worktree)
+ #'magit-diff-visit-worktree-file)
(define-key magit-hunk-section-map (kbd "C-j")
- #'magit-diff-visit-file-worktree)
+ #'magit-diff-visit-worktree-file)
(define-key magit-process-mode-map (kbd "C-c C-k") #'magit-process-kill)