From 5d1327459b37f9fa1ab46a4bdf61cdc889f97603 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 26 Jan 2017 23:05:47 -0500 Subject: magit: Add a cherry dwim command --- init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 6a0eabd..bc9bc39 100644 --- a/init.el +++ b/init.el @@ -1112,6 +1112,8 @@ (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) (magit-define-popup-action 'magit-merge-popup ?u "Merge upstream" #'km/magit-ff-merge-upstream) -- cgit v1.2.3