From 8a2e0eef13e7e37e52b4fb7488d5fe4786389f72 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 12 Apr 2020 00:27:49 -0400 Subject: [PATCH] the repository is now in ~/.emacs.d/ --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 04133fe..ec5c9ab 100644 --- a/init.el +++ b/init.el @@ -850,7 +850,7 @@ around if needed." ;; 'magit-insert-ignored-files ;; 'magit-insert-untracked-files ;; 'append) - (setq magit-repository-directories '(("~/" . 0) + (setq magit-repository-directories '(("~/.emacs.d/" . 0) ("~/src/git/" . 2))) (nconc magit-section-initial-visibility-alist '(([unpulled status] . show) -- 2.20.1