summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index d99159c..a2e31ab 100644
--- a/init.el
+++ b/init.el
@@ -1105,6 +1105,9 @@
(magit-change-popup-key 'magit-push-popup :action
?u ?U)
+ (magit-define-popup-action 'magit-log-popup
+ ?d "Log dwim" #'km/magit-log-dwim)
+
(magit-define-popup-action 'magit-merge-popup
?u "Merge upstream" #'km/magit-ff-merge-upstream)