Fix byte-compilation order (#240)

This fixes one compilation issue, for another, see
https://github.com/radian-software/apheleia/pull/237#issuecomment-1793531728
This commit is contained in:
Radon Rosborough 2023-11-04 12:18:02 -07:00 committed by GitHub
parent 392028d823
commit 47547ea694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,9 @@ TAG ?= latest
# The order is important for compilation.
for_compile := \
apheleia-formatters.el \
apheleia-formatter-context.el \
apheleia-log.el \
apheleia-formatters.el \
apheleia-rcs.el \
apheleia-utils.el \
apheleia.el