aboutsummaryrefslogtreecommitdiff
path: root/modules/host-environment.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-23 03:21:07 -0500
committerCraig Jennings <c@cjennings.net>2026-05-23 03:21:07 -0500
commit025a54fb3550e7673c7b7f31198665cf6aa3f9bb (patch)
tree7199737c7df292ac1611347858ac55907c8ba8c2 /modules/host-environment.el
parent3ab3de0d0f17749acb97a7acb5b9e018e68afaf9 (diff)
downloaddotemacs-025a54fb3550e7673c7b7f31198665cf6aa3f9bb.tar.gz
dotemacs-025a54fb3550e7673c7b7f31198665cf6aa3f9bb.zip
fix(dirvish): declare runtime constant/util deps with plain require
dirvish-config builds `dirvish-quick-access-entries` from `code-dir`, `music-dir`, `pix-dir`, and the recording dirs at load time, and binds keys to `cj/xdg-open` and `cj/open-file-with-command`. Those come from user-constants and system-utils, but the module only required them under `eval-when-compile`, so the compiled module carries no runtime require and leans on init order having loaded them first. I switched both to plain requires, matching host-environment, system-lib, and external-open-lib right below. Added a dependency-contract smoke test that fails if the requires are dropped.
Diffstat (limited to 'modules/host-environment.el')
0 files changed, 0 insertions, 0 deletions