aboutsummaryrefslogtreecommitdiff
path: root/tests/test-vterm-toggle--buffer-filter.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-11 17:17:53 -0500
committerCraig Jennings <c@cjennings.net>2026-05-11 17:17:53 -0500
commitb2bb273bec6d4a5deb19a3ff55904b8430091567 (patch)
treed627a430558e7ff3a9b0df881f3f3c45e8598e8d /tests/test-vterm-toggle--buffer-filter.el
parent61e3d02bf8f11368f00226619ce2b7cb15a304c5 (diff)
downloaddotemacs-b2bb273bec6d4a5deb19a3ff55904b8430091567.tar.gz
dotemacs-b2bb273bec6d4a5deb19a3ff55904b8430091567.zip
fix(calendar-sync): give the no-init .ics worker its module load-path
The async .ics-to-Org worker runs `emacs --batch --no-site-file --no-site-lisp' and loads `calendar-sync.el' by absolute path, but that doesn't make its sibling `(require 'cj-org-text-lib)' resolvable, so the conversion died with "Cannot open load file: cj-org-text-lib". `calendar-sync--worker-command' now inserts `-L <module-dir>' before `-l calendar-sync.el', which keeps the worker isolated from `init.el' while letting it load its local module deps. Updated the worker-command test and added a regression test that runs the real no-init worker shape.
Diffstat (limited to 'tests/test-vterm-toggle--buffer-filter.el')
0 files changed, 0 insertions, 0 deletions