summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-07-26 23:43:34 -0400
committerKyle Meyer <kyle@kyleam.com>2018-07-26 23:43:34 -0400
commit186955ca8211ccd243083985d995b294bc804d09 (patch)
tree7523e542696d10e0d82f5807ed8829f6dbef7184 /init.el
parent530e5f21974ffc08e8057ddfa22bf7a2575e70fb (diff)
downloademacs.d-186955ca8211ccd243083985d995b294bc804d09.tar.gz
Enable magit-edit-line-commit and magit-diff-edit-hunk-commit
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)