Commit a329acbd6226

Vincent Demeester <vincent@sbr.pm>
2025-05-26 23:01:42
tools/emacs/mini: configure project-vc-extra-root-markers
This effectively remove the need for project-rootfile (that I wasn't re-using) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent d586461
Changed files (1)
tools
emacs
tools/emacs/mini/init.el
@@ -580,6 +580,7 @@
 			     (?g "Checkout GitHub PR" checkout-github-pr)))
   (project-mode-line t)
   (project-compilation-buffer-name-function 'project-prefixed-buffer-name)
+  (project-vc-extra-root-markers '(".project" "Cargo.toml" "pyproject.toml" "requirements.txt" "go.mod"))
   :bind
   ("C-x p v" . vde/project-magit-status)
   ("C-x p s" . vde/project-vterm)