From fb28ce2eb08d43168a474cac35ea6c3f9407fe8d Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 14 May 2016 02:02:12 -0400 Subject: magit: Adjust for new key branch popup C is now "Configure...". --- init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 127de0a..879e057 100644 --- a/init.el +++ b/init.el @@ -903,6 +903,8 @@ (magit-change-popup-key 'magit-branch-popup :action ?c ?o) + (magit-change-popup-key 'magit-branch-popup :action + ?C ?S) (magit-change-popup-key 'magit-branch-popup :action ?n ?C) (magit-change-popup-key 'magit-branch-popup :action -- cgit v1.2.3