summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-05-14 02:02:12 -0400
committerKyle Meyer <kyle@kyleam.com>2016-05-14 02:02:12 -0400
commitfb28ce2eb08d43168a474cac35ea6c3f9407fe8d (patch)
tree2dab4065fc336568c371d8e1e80387893d8ac8ff /init.el
parent5d3c33de89398c7f644a31a160de65a497fe690f (diff)
downloademacs.d-fb28ce2eb08d43168a474cac35ea6c3f9407fe8d.tar.gz
magit: Adjust for new key branch popup
C is now "Configure...".
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 127de0a..879e057 100644
--- a/init.el
+++ b/init.el
@@ -904,6 +904,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
?m ?R)