summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)