summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-03-20 22:26:10 -0400
committerKyle Meyer <kyle@kyleam.com>2016-03-20 22:26:10 -0400
commit1e16493f7f40c9bc5b9bd750849419153699f603 (patch)
tree21d84acace2a762d197f436d33d708d8f489c20f /init.el
parenta5807d63aaff640604357aa90846b22de54c4437 (diff)
downloademacs.d-1e16493f7f40c9bc5b9bd750849419153699f603.tar.gz
Change magit-push-current-to-upstream 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 ee398a5..770c872 100644
--- a/init.el
+++ b/init.el
@@ -989,6 +989,8 @@
?a "Push all" #'km/magit-push-all)
(magit-define-popup-action 'magit-push-popup
?h "Push HEAD" #'km/magit-push-head)
+ (magit-change-popup-key 'magit-push-popup :action
+ ?u ?U)
(magit-define-popup-action 'magit-merge-popup
?u "Merge upstream" #'km/magit-ff-merge-upstream)