summaryrefslogtreecommitdiff
path: root/init.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
commitffa143dc939d4e05f3d33989a0cb58a40fa383e1 (patch)
treed627a430558e7ff3a9b0df881f3f3c45e8598e8d /init.el
parent0cc4d91ac90d6f69c14816992baa3cd4db3cdbcc (diff)
downloaddotemacs-ffa143dc939d4e05f3d33989a0cb58a40fa383e1.tar.gz
dotemacs-ffa143dc939d4e05f3d33989a0cb58a40fa383e1.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 'init.el')
0 files changed, 0 insertions, 0 deletions