Emacs: Magit: Visit files in other window by default.

This commit is contained in:
tastytea 2020-06-19 22:48:01 +02:00
parent bbcaeaf792
commit a7f9163bdb
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; git.el --- magit and stuff. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-05-03T04:32:34+0200>
;; Time-stamp: <2020-06-19T22:47:16+0200>
;;; Commentary:
@ -25,6 +25,8 @@
("C-x g" . nil) ; Disable default.
("C-c g" . magit-status)
("C-c M-g" . magit-dispatch)
(:map magit-mode-map
("RET" . magit-diff-visit-file-other-window))
:hook
(after-save . magit-after-save-refresh-status)