Add missing but obvious path for magit to search for git repositories

Ah, well … that one's important ;)
This commit is contained in:
Daniel Borchmann 2024-06-10 18:54:49 +02:00
parent 5d561c0e1d
commit 3b8fa72a5a
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -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