mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-06-07 08:14:16 -04:00
magit-rockstar: add magit-branch-pull-request to magit-branch-popup
... instead of to magit-pull-and-fetch-popup. Most users don't use the latter popup at all. Also `magit-branch-pull-request' was updated and is now much better suited for the branching popup.
This commit is contained in:
parent
7bb88ee629
commit
facc564d0e
4
init.el
4
init.el
@ -202,8 +202,8 @@
|
||||
?n "Reshelve" 'magit-reshelve)
|
||||
(magit-define-popup-action 'magit-rebase-popup
|
||||
?R "Rockstar" 'magit-rockstar)
|
||||
(magit-define-popup-action 'magit-pull-and-fetch-popup
|
||||
?P "pull request" 'magit-branch-pull-request))
|
||||
(magit-define-popup-action 'magit-branch-popup
|
||||
?p "Create from pull-request" 'magit-branch-pull-request))
|
||||
|
||||
(use-package magit-wip
|
||||
:defer t
|
||||
|
Loading…
x
Reference in New Issue
Block a user