summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 0ab72fc..d029c64 100644
--- a/init.el
+++ b/init.el
@@ -1177,6 +1177,8 @@
?p ?P)
(magit-define-popup-action 'magit-log-popup
+ ?l "Log current" #'km/magit-log-current)
+ (magit-define-popup-action 'magit-log-popup
?d "Log dwim" #'km/magit-log-dwim)
(magit-define-popup-action 'magit-log-popup
?y "Cherry dwim" #'km/magit-cherry-dwim)