summaryrefslogtreecommitdiffhomepage
path: root/lib/prog/jao-compilation.el
diff options
context:
space:
mode:
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)