From b995215b2a2e5642299e9c3d19327fd10f1c2545 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 17 Feb 2026 12:39:22 +0000 Subject: rust/flycheck/xref buffer handling --- lib/prog/jao-compilation.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/prog/jao-compilation.el b/lib/prog/jao-compilation.el index b690556..6c67a7d 100644 --- a/lib/prog/jao-compilation.el +++ b/lib/prog/jao-compilation.el @@ -111,7 +111,7 @@ "Makefile" "makefile" "configure.ac" "Cargo.toml" "deps.edn" "project.clj" "build.xml" "pom.xml" "setup.py" "stack.yaml") (with-eval-after-load "project" - (add-to-list 'project-find-functions #'jao-find-compilation-root))) + (add-to-list 'project-find-functions #'jao-find-compilation-root t))) (provide 'jao-compilation) -- cgit v1.2.3