branch: elpa/git-commit
commit 8ec3a1a21f4a39b859b110d9ba0814cb84e597d3
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-patch: Bind magit-am
---
lisp/magit-patch.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/magit-patch.el b/lisp/magit-patch.el
index c49e104..0a34dcb 100644
--- a/lisp/magit-patch.el
+++ b/lisp/magit-patch.el
@@ -58,7 +58,8 @@ the prefix argument."
"Create or apply patches."
["Actions"
("c" "Create patches" magit-patch-create)
- ("a" "Apply patch" magit-patch-apply)
+ ("w" "Apply patches" magit-am)
+ ("a" "Apply plain patch" magit-patch-apply)
("s" "Save diff as patch" magit-patch-save)
("r" "Request pull" magit-request-pull)])