summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-02-14 19:48:14 -0500
committerKyle Meyer <kyle@kyleam.com>2017-02-14 19:48:14 -0500
commitd1cca257226a92322a99e3a1b68a4eeaa26b503d (patch)
tree861c876eecae0b3b22102d18cbd201b73415e372 /init.el
parentb641c9c0a0b97a217ad29898482e1b4cb6bc6cbd (diff)
downloademacs.d-d1cca257226a92322a99e3a1b68a4eeaa26b503d.tar.gz
Change magit-push-current-to-pushremote key
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index d28b320..0044a94 100644
--- a/init.el
+++ b/init.el
@@ -1117,6 +1117,8 @@
?h "Push HEAD" #'km/magit-push-head)
(magit-change-popup-key 'magit-push-popup :action
?u ?U)
+ (magit-change-popup-key 'magit-push-popup :action
+ ?p ?P)
(magit-define-popup-action 'magit-log-popup
?d "Log dwim" #'km/magit-log-dwim)