summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-06-27 19:54:08 -0400
committerKyle Meyer <kyle@kyleam.com>2019-06-27 20:06:12 -0400
commitb6bf22734efeedd84669df46fde128fdff66657f (patch)
tree6bcf6fa1ea4115948358229bb79b1ebcdb89d45e /init.el
parent69323c24f11a333c4af730743f6ff204c64b0922 (diff)
downloademacs.d-b6bf22734efeedd84669df46fde128fdff66657f.tar.gz
magit: Update obsolete command name
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)