summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 3144bed..5ca033a 100644
--- a/init.el
+++ b/init.el
@@ -969,6 +969,9 @@
(setq magit-display-buffer-function
#'magit-display-buffer-fullframe-status-v1)
+ (put 'magit-edit-line-commit 'disabled nil)
+ (put 'magit-diff-edit-hunk-commit 'disabled nil)
+
(define-key ctl-x-4-map "g" #'magit-find-file-other-window)
(define-key km/file-map "g" #'magit-find-file)