diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-07-26 23:43:34 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-07-26 23:43:34 -0400 |
commit | 186955ca8211ccd243083985d995b294bc804d09 (patch) | |
tree | 7523e542696d10e0d82f5807ed8829f6dbef7184 | |
parent | 530e5f21974ffc08e8057ddfa22bf7a2575e70fb (diff) | |
download | emacs.d-186955ca8211ccd243083985d995b294bc804d09.tar.gz |
Enable magit-edit-line-commit and magit-diff-edit-hunk-commit
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |