Autoload magit integrations on startup
This commit is contained in:
parent
199e16c50d
commit
c474c35dc3
1 changed files with 2 additions and 0 deletions
|
|
@ -74,6 +74,8 @@
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:bind (("C-x g" . magit-status)
|
:bind (("C-x g" . magit-status)
|
||||||
("C-x M-g" . magit-list-repositories))
|
("C-x M-g" . magit-list-repositories))
|
||||||
|
:init
|
||||||
|
(require 'magit-extras)
|
||||||
:custom
|
:custom
|
||||||
(magit-repository-directories
|
(magit-repository-directories
|
||||||
'(("~/" . 0)
|
'(("~/" . 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue