chore(emacs.d): Include all git repos under ~/ in magit
This commit is contained in:
parent
ef3e5072ef
commit
cc68e28514
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
|||
(use-package magit
|
||||
:bind ("C-c g" . magit-status)
|
||||
:config (setq magit-repository-directories '(("/home/tazjin/projects" . 2)
|
||||
("/home/tazjin/depot" . 0))))
|
||||
("/home/tazjin" . 1))))
|
||||
|
||||
(use-package password-store)
|
||||
(use-package pg)
|
||||
|
|
Loading…
Reference in a new issue