Skip to content

Commit

Permalink
[try] don't load init.el; compile init.el and themes
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Nov 12, 2024
1 parent 7226193 commit 9cd32d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .ci/compilation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 9cd32d0

Please sign in to comment.