diff options
-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) |