emacs: update magit-repository-directories
authorAmin Bandali <bandali@gnu.org>
Sun, 21 Apr 2019 19:24:11 +0000 (15:24 -0400)
committerAmin Bandali <bandali@gnu.org>
Sun, 21 Apr 2019 19:26:01 +0000 (15:26 -0400)
dotfiles repo now resides at ~/ rather than ~/.emacs.d/

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