diff options
-rw-r--r-- | .emacs.d/init.org | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 4f782c6..a0eea54 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -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))) |