Emacs: Magit: When visiting the file, don't make it read-only.
This commit is contained in:
parent
a7f9163bdb
commit
ee7262b294
|
@ -1,6 +1,6 @@
|
|||
;;; git.el --- magit and stuff. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-06-19T22:47:16+0200>
|
||||
;; Time-stamp: <2020-06-19T22:52:41+0200>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
|||
("C-c g" . magit-status)
|
||||
("C-c M-g" . magit-dispatch)
|
||||
(:map magit-mode-map
|
||||
("RET" . magit-diff-visit-file-other-window))
|
||||
("RET" . magit-diff-visit-worktree-file-other-window))
|
||||
|
||||
:hook
|
||||
(after-save . magit-after-save-refresh-status)
|
||||
|
|
Loading…
Reference in New Issue
Block a user