From 9401cb2cdac7685daf85f474eff464658014994d Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 21 Apr 2019 15:24:11 -0400 Subject: [PATCH] emacs: update magit-repository-directories dotfiles repo now resides at ~/ rather than ~/.emacs.d/ --- .emacs.d/init.org | 5 ++--- 1 file 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))) -- 2.20.1