Skip to content

Commit

Permalink
[fu] compilation: set tree-sitter-langs--testing in bash
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Nov 12, 2024
1 parent 0fa0cc2 commit 94f4249
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/compilation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 94f4249

Please sign in to comment.