diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-05-14 02:02:12 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-05-14 02:02:12 -0400 |
commit | fb28ce2eb08d43168a474cac35ea6c3f9407fe8d (patch) | |
tree | 2dab4065fc336568c371d8e1e80387893d8ac8ff | |
parent | 5d3c33de89398c7f644a31a160de65a497fe690f (diff) | |
download | emacs.d-fb28ce2eb08d43168a474cac35ea6c3f9407fe8d.tar.gz |
magit: Adjust for new key branch popup
C is now "Configure...".
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |