projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb4b805
)
emacs: update magit-repository-directories
author
Amin Bandali
<bandali@gnu.org>
Sun, 21 Apr 2019 19:24:11 +0000
(15:24 -0400)
committer
Amin 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
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.org
b/.emacs.d/init.org
index
4f782c6
..
a0eea54
100644
(file)
--- 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)))