Emacs: Fix RET in magit-mode.

This commit is contained in:
tastytea 2020-06-23 02:22:52 +02:00
parent ee7262b294
commit fb51ace721
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; git.el --- magit and stuff. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-06-19T22:52:41+0200>
;; Time-stamp: <2020-06-23T02:21:39+0200>
;;; Commentary:
@ -25,7 +25,7 @@
("C-x g" . nil) ; Disable default.
("C-c g" . magit-status)
("C-c M-g" . magit-dispatch)
(:map magit-mode-map
(:map magit-hunk-section-map
("RET" . magit-diff-visit-worktree-file-other-window))
:hook