From 3b8fa72a5a5091957549777b1598e431f31db020 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 10 Jun 2024 18:54:49 +0200 Subject: [PATCH] Add missing but obvious path for magit to search for git repositories MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ah, well … that one's important ;) --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 1c8f5b1..53c52db 100644 --- a/init.el +++ b/init.el @@ -1415,6 +1415,7 @@ Note that this workaround is incomplete, as explained in this comment." (setq magit-diff-refine-hunk nil magit-commit-show-diff nil magit-repository-directories '(("~/" . 0) + ("~/.emacs.d" . 0) ("~/Documents/" . 3))) (when on-windows