mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-06-07 08:14:16 -04:00
magit-rockstar: Don't add magit-branch-pull-request to popup
That command is now defined in Magit itself and a member of `magit-branch-popup' by default.
This commit is contained in:
parent
63daede5e7
commit
58aeeea86c
4
init.el
4
init.el
@ -196,9 +196,7 @@
|
||||
(magit-define-popup-action 'magit-commit-popup
|
||||
?n "Reshelve" 'magit-reshelve)
|
||||
(magit-define-popup-action 'magit-rebase-popup
|
||||
?R "Rockstar" 'magit-rockstar)
|
||||
(magit-define-popup-action 'magit-branch-popup
|
||||
?p "Create from pull-request" 'magit-branch-pull-request))
|
||||
?R "Rockstar" 'magit-rockstar))
|
||||
|
||||
(use-package magit-wip
|
||||
:after magit
|
||||
|
Loading…
x
Reference in New Issue
Block a user