diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-02-14 19:48:14 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-02-14 19:48:14 -0500 |
commit | d1cca257226a92322a99e3a1b68a4eeaa26b503d (patch) | |
tree | 861c876eecae0b3b22102d18cbd201b73415e372 | |
parent | b641c9c0a0b97a217ad29898482e1b4cb6bc6cbd (diff) | |
download | emacs.d-d1cca257226a92322a99e3a1b68a4eeaa26b503d.tar.gz |
Change magit-push-current-to-pushremote key
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |