From 73856b9d565db5de92118e4cc5844a3eaf3aa3f3 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 28 Jun 2024 13:39:03 +0200 Subject: [PATCH] feat: add extra project markers --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 796d00f..e20291e 100644 --- a/init.el +++ b/init.el @@ -635,6 +635,7 @@ :ensure t :custom (vc-handled-backends '(Git)) + (project-vc-extra-root-markers '(".project")) (project-switch-commands '( (consult-project-buffer "Find buffer" "b") -- 2.48.1