From 94f4249e2785b65309a56fbb94d4228634501620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kryger?= Date: Tue, 12 Nov 2024 11:42:04 +0000 Subject: [PATCH] [fu] compilation: set tree-sitter-langs--testing in bash --- .ci/compilation.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/compilation.sh b/.ci/compilation.sh index 11815eff..defbf261 100755 --- a/.ci/compilation.sh +++ b/.ci/compilation.sh @@ -17,7 +17,8 @@ ${EMACS} -Q --batch \ user-emacs-directory "'"${EMACS_DIR}"'" exordium-spell-check nil exordium--require-package-archives (cons '"'"'("melpa" . "https://melpa.org/packages/") - package-archives)) + package-archives) + tree-sitter-langs--testing t) ; tree-sitter-langs is for pre Emacs-29 (load-file "'"${EMACS_DIR}"'/init.el"))' \ -f batch-byte-compile "${EMACS_DIR}"/{modules,extensions}/*.el