From: Amin Bandali Date: Sun, 12 Apr 2020 04:27:49 +0000 (-0400) Subject: the repository is now in ~/.emacs.d/ X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/8a2e0eef13e7e37e52b4fb7488d5fe4786389f72 the repository is now in ~/.emacs.d/ --- 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)