From 9cd32d0aea9bc34c4928940cc77ac15f713e23db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kryger?= Date: Tue, 12 Nov 2024 14:26:25 +0000 Subject: [PATCH] [try] don't load init.el; compile init.el and themes --- .ci/compilation.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.ci/compilation.sh b/.ci/compilation.sh index defbf261..7c6e16e2 100755 --- a/.ci/compilation.sh +++ b/.ci/compilation.sh @@ -19,7 +19,8 @@ ${EMACS} -Q --batch \ exordium--require-package-archives (cons '"'"'("melpa" . "https://melpa.org/packages/") 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 + ;(load-file "'"${EMACS_DIR}"'/init.el")) +)' \ + -f batch-byte-compile "${EMACS_DIR}"/init.el "${EMACS_DIR}"/{modules,themes}/*.el rm -f "${EMACS_DIR}/{modules,extensions}/*.elc"