summaryrefslogtreecommitdiffhomepage
path: root/lib/prog
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2026-01-13 14:49:14 +0000
committerjao <jao@gnu.org>2026-01-13 14:49:24 +0000
commit99b4650fcfddbedf865507459d0815405fbe045e (patch)
tree5c4b23aeb09fe91764013d7668123a562b8fa968 /lib/prog
parent3a334e6cc8866b95dc7a9706f8ba48402118ef44 (diff)
downloadelibs-99b4650fcfddbedf865507459d0815405fbe045e.tar.gz
elibs-99b4650fcfddbedf865507459d0815405fbe045e.tar.bz2
Cargo.toml as compilation root
Diffstat (limited to 'lib/prog')
-rw-r--r--lib/prog/jao-compilation.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/prog/jao-compilation.el b/lib/prog/jao-compilation.el
index e15c1e1..b690556 100644
--- a/lib/prog/jao-compilation.el
+++ b/lib/prog/jao-compilation.el
@@ -1,6 +1,6 @@
;;; jao-compilation.el --- utilities to lauch compilations -*- lexical-binding: t; -*-
-;; Copyright (C) 2020, 2021, 2022, 2025 jao
+;; Copyright (C) 2020, 2021, 2022, 2025, 2026 jao
;; Author: jao <mail@jao.io>
;; Keywords: convenience
@@ -108,10 +108,10 @@
;;;###autoload
(defun jao-compilation-setup ()
(jao-compilation-add-dominating
- "Makefile" "makefile" "configure.ac" "bootstrap.sh" "aclocal.m4"
+ "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 t)))
+ (add-to-list 'project-find-functions #'jao-find-compilation-root)))
(provide 'jao-compilation)