diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-03-20 22:26:10 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-03-20 22:26:10 -0400 |
commit | 1e16493f7f40c9bc5b9bd750849419153699f603 (patch) | |
tree | 21d84acace2a762d197f436d33d708d8f489c20f | |
parent | a5807d63aaff640604357aa90846b22de54c4437 (diff) | |
download | emacs.d-1e16493f7f40c9bc5b9bd750849419153699f603.tar.gz |
Change magit-push-current-to-upstream key
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |