aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-26 17:41:32 -0500
committerCraig Jennings <c@cjennings.net>2026-05-26 17:41:32 -0500
commitbccb43cb612335c5c8348d7f1f2d5d56dbcbea97 (patch)
tree1a0be4e12c7d58bb4502ba9a694ca45215422101 /Makefile
parenta370c6d0decdce8ba68e40b40a60fd4d1e4ed3e2 (diff)
downloaddotemacs-bccb43cb612335c5c8348d7f1f2d5d56dbcbea97.tar.gz
dotemacs-bccb43cb612335c5c8348d7f1f2d5d56dbcbea97.zip
fix(prog-general): require user-constants for its config constants
prog-general uses code-dir, projects-dir, and snippets-dir (all from user-constants) in its projectile and yasnippet configs, but it only declared them as compile-time defvars and leaned on init.el loading user-constants first. That load-order assumption broke when the test suite ran combined: if another test file loaded prog-general before user-constants, yasnippet's :config hit a void snippets-dir and yas-global-mode never enabled, so eight yas-activation tests failed. I replaced the three compile-time defvars with a runtime (require 'user-constants) so the module declares its real dependency and is self-contained. The combined prog-general suite is now 15/15, and the module no longer depends on init.el's load order for constants it reads at load time.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions