diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-15 23:00:59 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-15 23:00:59 -0500 |
| commit | 07e8749b80d420fb53cd25d08a76733c04e05a01 (patch) | |
| tree | 33b7cbc84d4e9ab72b8710e40285f6d4c285c745 /modules/diff-config.el | |
| parent | 2579f738f77332861f47b1685074fa42381ef09c (diff) | |
| download | dotemacs-07e8749b80d420fb53cd25d08a76733c04e05a01.tar.gz dotemacs-07e8749b80d420fb53cd25d08a76733c04e05a01.zip | |
fix(flycheck): correct abbrev-mode no-arg toggle in cj/prose-helpers-on
The shape (if (not (abbrev-mode)) (abbrev-mode)) calls abbrev-mode with
no argument -- that's the toggle signature, not a query. When the mode
was already on the function flipped it off then on instead of being a
no-op. Replaced with (unless (bound-and-true-p VAR) (MODE 1)) for both
abbrev-mode and flycheck-mode. 4 ERT tests cover both-off, both-on, and
the two mixed states.
Also ran the module hardening pass across 24 newly-added modules,
renamed the six completed Review sub-tasks to Harden, filed 11 new
findings under their Harden parents, and broke three design specs
(EMMS-free music, dev F-keys, dev-setup-project) into 20
dependency-ordered sub-tasks via parallel subagents. Verified the
sqlite finalizer bug from 2026-04-26 is gone and closed its tracking
entry.
Diffstat (limited to 'modules/diff-config.el')
0 files changed, 0 insertions, 0 deletions
