From 916fc29e09cff3c1d12d5aecdb4976fb02dee9e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kryger?= Date: Tue, 12 Nov 2024 08:09:46 +0000 Subject: [PATCH] [try] force treesit --- .ci/first-start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/first-start.sh b/.ci/first-start.sh index 9bd734af..32a5a59c 100755 --- a/.ci/first-start.sh +++ b/.ci/first-start.sh @@ -16,7 +16,8 @@ ${EMACS} -Q --batch \ eval-expression-print-length 100 edebug-print-length 500 user-emacs-directory "'"${EMACS_DIR}"'" - exordium-spell-check nil) + exordium-spell-check nil + exordium-treesit-modes-enable t) (defun ask-user-about-lock (file opponent) (sleep-for 5) t)