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
|
||||
:bind (("C-x g" . magit-status)
|
||||
("C-x M-g" . magit-list-repositories))
|
||||
:init
|
||||
(require 'magit-extras)
|
||||
:custom
|
||||
(magit-repository-directories
|
||||
'(("~/" . 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue