From 99b4650fcfddbedf865507459d0815405fbe045e Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 13 Jan 2026 14:49:14 +0000 Subject: Cargo.toml as compilation root --- lib/prog/jao-compilation.el | 6 +++--- 1 file 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 ;; 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) -- cgit v1.2.3