emacs: update magit-repository-directories
[~bandali/configs] / .emacs.d / init.org
index 4f782c6..a0eea54 100644 (file)
@@ -1023,9 +1023,8 @@ Not just how I do git, but /the/ way to do git.
                           'magit-insert-modules
                           'magit-insert-stashes
                           'append)
-  (setq
-   magit-repository-directories '(("~/.emacs.d/" . 0)
-                                  ("~/src/git/" . 1)))
+  (setq magit-repository-directories '(("~/" . 0)
+                                       ("~/src/git/" . 1)))
   (nconc magit-section-initial-visibility-alist
          '(([unpulled status] . show)
            ([unpushed status] . show)))