From f5ddc19b6e890847b9c14190a7db2d4dcd2e6ce7 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 7 Sep 2022 21:43:52 -0400 Subject: magit-log: Put km/magit-cherry-dwim under "Other" section It doesn't really belong in magit-log at all, but it definitely doesn't fit under the "Log" section. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 132e5db..834f942 100644 --- a/init.el +++ b/init.el @@ -1158,7 +1158,7 @@ (transient-append-suffix 'magit-log "l" '("d" "Log dwim" km/magit-log-dwim)) - (transient-append-suffix 'magit-log "d" + (transient-append-suffix 'magit-log "s" '("y" "Cherry dwim" km/magit-cherry-dwim)) (transient-append-suffix 'magit-merge "m" -- cgit v1.2.3