Mark likely git repositories
This commit is contained in:
parent
3a5621ec82
commit
0dba74ef0c
1 changed files with 5 additions and 1 deletions
|
|
@ -34,7 +34,11 @@
|
||||||
|
|
||||||
(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))
|
||||||
|
:custom
|
||||||
|
(magit-repository-directories
|
||||||
|
'(("~/" . 0)
|
||||||
|
("~/Projects/" . 1))))
|
||||||
|
|
||||||
(use-package nyan-mode
|
(use-package nyan-mode
|
||||||
:init
|
:init
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue