From 81ea6e5572692e09fbda48d697afd93b03f6e56a Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 21 Jan 2020 21:24:09 -0500 Subject: [PATCH] emacs: magit: looks for repos in direct subdirs of ~/src/git/ too e.g. ~/src/git/emacs/emacs-27 will now be discovered --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e36e204..21a1fff 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -857,7 +857,7 @@ around if needed." ;; 'magit-insert-untracked-files ;; 'append) (setq magit-repository-directories '(("~/" . 0) - ("~/src/git/" . 1))) + ("~/src/git/" . 2))) (nconc magit-section-initial-visibility-alist '(([unpulled status] . show) ([unpushed status] . show))) -- 2.20.1