mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-06-07 08:14:16 -04:00
Remove magit-rockstar
Magit-Rockstar is obsolete. Magit now provides better replacements for the main commands from Magit-Rockstar.
This commit is contained in:
parent
524ab3fe3d
commit
7cfa3317f5
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -40,9 +40,6 @@
|
||||
[submodule "magit-popup"]
|
||||
path = lib/magit-popup
|
||||
url = git@github.com:magit/magit-popup.git
|
||||
[submodule "magit-rockstar"]
|
||||
path = lib/magit-rockstar
|
||||
url = git@github.com:tarsius/magit-rockstar.git
|
||||
[submodule "magit-tbdiff"]
|
||||
path = lib/magit-tbdiff
|
||||
url = git@github.com:magit/magit-tbdiff.git
|
||||
|
13
init.el
13
init.el
@ -189,16 +189,13 @@
|
||||
'append)
|
||||
;;
|
||||
;; Diff buffer settings
|
||||
(setq magit-diff-refine-hunk 'all))
|
||||
|
||||
(use-package magit-rockstar
|
||||
:after magit
|
||||
:functions (magit-define-popup-action)
|
||||
:config
|
||||
(setq magit-diff-refine-hunk 'all)
|
||||
;;
|
||||
;; Additional popup actions
|
||||
(magit-define-popup-action 'magit-commit-popup
|
||||
?n "Reshelve" 'magit-reshelve)
|
||||
?n "Reshelve" 'magit-commit-reshelve)
|
||||
(plist-put magit-rebase-popup :actions
|
||||
(-replace-at 11 '(?R "to change dates" magit-rockstar)
|
||||
(-replace-at 11 '(?R "to change dates" magit-reshelve-since)
|
||||
(plist-get magit-rebase-popup :actions))))
|
||||
|
||||
(use-package magit-wip
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit c8320472e8a50c8299140ba0943bb1fe485d294a
|
Loading…
x
Reference in New Issue
Block a user