Make sure magithub and magit-gerrit are loaded after magit
This commit is contained in:
parent
b1db7426b4
commit
09d986d989
6
init.el
6
init.el
@ -203,10 +203,14 @@
|
||||
("g" . magit-status)))
|
||||
|
||||
(use-package magithub
|
||||
:ensure t)
|
||||
:ensure t
|
||||
:after
|
||||
magit)
|
||||
|
||||
(use-package magit-gerrit
|
||||
:ensure t
|
||||
:after
|
||||
magit
|
||||
:init
|
||||
(setq-default magit-gerrit-remote "gerrit"))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user