diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-22 00:22:23 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-22 00:22:23 -0500 |
| commit | 2d55c5b6507cff2c173e8f9eace36a77e8144756 (patch) | |
| tree | 966b03a51a036ba0f3e60da8a96e30da12fab118 /tests | |
| parent | 805166dcecdab9e94d9c6f5fb684661f2f316dd5 (diff) | |
| download | dotemacs-2d55c5b6507cff2c173e8f9eace36a77e8144756.tar.gz dotemacs-2d55c5b6507cff2c173e8f9eace36a77e8144756.zip | |
fix: load freshness, wttrin path, compile-time package init
Set load-prefer-newer in early-init.el. Emacs was loading the older .elc files even when the .el source was newer, warning on every load but still using the stale byte code.
Point weather-config.el's wttrin :load-path at /home/cjennings/code/emacs-wttrin. The previous value was /home/cjennings/code/wttrin, which does not exist, so use-package could not load the package.
Add (package-initialize) to the Makefile compile target. Without it, batch byte-compile cannot see ELPA packages like git-gutter, git-timemachine, forge, and difftastic, which produced "Cannot load" warnings on every run.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
