summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-01-31 02:07:06 -0500
committerKyle Meyer <kyle@kyleam.com>2016-01-31 02:07:06 -0500
commitbdc4d4ee05a8cd1e4df51a355aadcb188a0e6c37 (patch)
treed7aefbfcfbe22d87c2f34453559cdb836e1e49b7 /init.el
parent9f093da7d183d7c568b7db90f2e5755cbb915b61 (diff)
downloademacs.d-bdc4d4ee05a8cd1e4df51a355aadcb188a0e6c37.tar.gz
Add git-rebase-move-commit command
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index dc83f79..ae16428 100644
--- a/init.el
+++ b/init.el
@@ -932,7 +932,8 @@
(after 'git-rebase
(bind-keys :map git-rebase-mode-map
("d" . km/git-rebase-fixup-duplicates)
- ("j" . km/git-rebase-join-repeats)))
+ ("j" . km/git-rebase-join-repeats)
+ ("m" . km/git-rebase-move-commit)))
(magit-define-popup-action 'magit-commit-popup
?u "Auto commit" #'km/magit-auto-commit)