diff options
author | Amin Bandali <bandali@gnu.org> | 2020-04-12 00:27:49 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-04-12 00:27:49 -0400 |
commit | 8a2e0eef13e7e37e52b4fb7488d5fe4786389f72 (patch) | |
tree | 028f5699049346d4850e0491ddd7e27586b5d066 | |
parent | 538f649e12c7815bf0ba9d9ede55e429707aa899 (diff) | |
download | configs-8a2e0eef13e7e37e52b4fb7488d5fe4786389f72.tar.gz configs-8a2e0eef13e7e37e52b4fb7488d5fe4786389f72.tar.xz configs-8a2e0eef13e7e37e52b4fb7488d5fe4786389f72.zip |
the repository is now in ~/.emacs.d/
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -850,7 +850,7 @@ around if needed." ;; 'magit-insert-ignored-files ;; 'magit-insert-untracked-files ;; 'append) - (setq magit-repository-directories '(("~/" . 0) + (setq magit-repository-directories '(("~/.emacs.d/" . 0) ("~/src/git/" . 2))) (nconc magit-section-initial-visibility-alist '(([unpulled status] . show) |