Add missing but obvious path for magit to search for git repositories
Ah, well … that one's important ;)
This commit is contained in:
parent
5d561c0e1d
commit
3b8fa72a5a
1
init.el
1
init.el
@ -1415,6 +1415,7 @@ Note that this workaround is incomplete, as explained in this comment."
|
|||||||
(setq magit-diff-refine-hunk nil
|
(setq magit-diff-refine-hunk nil
|
||||||
magit-commit-show-diff nil
|
magit-commit-show-diff nil
|
||||||
magit-repository-directories '(("~/" . 0)
|
magit-repository-directories '(("~/" . 0)
|
||||||
|
("~/.emacs.d" . 0)
|
||||||
("~/Documents/" . 3)))
|
("~/Documents/" . 3)))
|
||||||
|
|
||||||
(when on-windows
|
(when on-windows
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user