aboutsummaryrefslogtreecommitdiff
path: root/inbox
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-25 15:39:05 -0500
committerCraig Jennings <c@cjennings.net>2026-05-25 15:39:05 -0500
commite1b5bc7628899445cb317e2f27aed9586c303ae6 (patch)
treef1bff1cae6e16252232445af3465bb7fc536b4f6 /inbox
parent886399328b5f263faf158bf3acf4303c2f4466ff (diff)
downloadrulesets-e1b5bc7628899445cb317e2f27aed9586c303ae6.tar.gz
rulesets-e1b5bc7628899445cb317e2f27aed9586c303ae6.zip
fix(elisp): add themes/ to the validate-el.sh load path
The PostToolUse hook byte-compiles each saved .el with -L for the project root, modules/, and tests/, but not themes/. A theme file that requires a sibling under themes/ then fails byte-compile with "Cannot open load file", a false VALIDATION FAILED even though the file loads fine at runtime. I added -L themes/ to both the byte-compile and test-runner blocks. Adding a load-path entry for a directory that doesn't exist is harmless to Emacs, so it stays unconditional, matching how modules/ and tests/ are already added without an existence guard.
Diffstat (limited to 'inbox')
0 files changed, 0 insertions, 0 deletions