summaryrefslogtreecommitdiffhomepage
path: root/lib/prog/jao-compilation.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2026-02-17 12:39:22 +0000
committerjao <jao@gnu.org>2026-02-17 12:39:48 +0000
commitb995215b2a2e5642299e9c3d19327fd10f1c2545 (patch)
tree2dfb0d40a74d37dfd69280755ff5666ce02b029c /lib/prog/jao-compilation.el
parentba237643320ab3375e42e0e3ec76ec88c9d21162 (diff)
downloadelibs-b995215b2a2e5642299e9c3d19327fd10f1c2545.tar.gz
elibs-b995215b2a2e5642299e9c3d19327fd10f1c2545.tar.bz2
rust/flycheck/xref buffer handling
Diffstat (limited to 'lib/prog/jao-compilation.el')
-rw-r--r--lib/prog/jao-compilation.el2
1 files changed, 1 insertions, 1 deletions
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)