diff options
author | Amin Bandali <bandali@gnu.org> | 2019-04-21 15:24:11 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-04-21 15:26:01 -0400 |
commit | 9401cb2cdac7685daf85f474eff464658014994d (patch) | |
tree | 8805dd2a2302dd179450bb811e25ae5ebe3e004c | |
parent | bb4b805949f103ae905d3e41c1a55e2f5cb21663 (diff) | |
download | configs-9401cb2cdac7685daf85f474eff464658014994d.tar.gz configs-9401cb2cdac7685daf85f474eff464658014994d.tar.xz configs-9401cb2cdac7685daf85f474eff464658014994d.zip |
emacs: update magit-repository-directories
dotfiles repo now resides at ~/ rather than ~/.emacs.d/
-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))) |