chore(emacs.d): Include all git repos under ~/ in magit

This commit is contained in:
Vincent Ambo 2019-12-17 11:47:30 +00:00
parent ef3e5072ef
commit cc68e28514

View file

@ -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)