| Commit message (Expand) | Author | Age | Files | Lines |
| * | feat(dev-fkeys): propagate prefix-arg to projectile through F4 / F6 | Craig Jennings | 2026-05-03 | 4 | -4/+51 |
| * | chore(prog-general): disable auto-close of *compilation* window | Craig Jennings | 2026-05-03 | 1 | -10/+15 |
| * | fix(dev-fkeys): F6 elisp runner uses basename, not rel-path | Craig Jennings | 2026-05-03 | 3 | -7/+13 |
| * | feat(dev-fkeys): add F6 test runner menu (Phase 2a) | Craig Jennings | 2026-05-03 | 8 | -12/+798 |
| * | feat(dev-fkeys): add project-aware F4 compile/run dispatcher | Craig Jennings | 2026-05-03 | 17 | -43/+1166 |
| * | test(calendar-sync): fix weekday-string lookup to match production | Craig Jennings | 2026-05-03 | 1 | -1/+8 |
| * | fix(line-paragraph): join-line-or-region strands space on next line | Craig Jennings | 2026-05-03 | 3 | -27/+108 |
| * | test(prog): drop ignore-errors on prog-module require, add featurep check | Craig Jennings | 2026-04-30 | 4 | -4/+27 |
| * | test(prog): cover formatter wiring for python, go, shell, typescript | Craig Jennings | 2026-04-30 | 5 | -0/+226 |
| * | chore(deps): add commented :load-path hints for local-dev swaps | Craig Jennings | 2026-04-30 | 4 | -0/+4 |
| * | chore(deps): move remaining packages from :load-path to :vc; drop archived or... | Craig Jennings | 2026-04-30 | 4 | -222/+7 |
| * | feat(gloss): wire gloss into init via :vc against cjennings.net | Craig Jennings | 2026-04-30 | 2 | -0/+31 |
| * | test(config-utilities): cover validate-timestamps and format-report helpers | Craig Jennings | 2026-04-30 | 2 | -0/+190 |
| * | fix(config-utilities): repair validate-org-agenda-timestamps property check | Craig Jennings | 2026-04-30 | 1 | -31/+65 |
| * | test(config-utilities): cover cj/--recompile-emacs-home | Craig Jennings | 2026-04-30 | 1 | -0/+122 |
| * | refactor(config-utilities): extract cj/--recompile-emacs-home | Craig Jennings | 2026-04-30 | 1 | -24/+29 |
| * | test(config-utilities): cover cj/--benchmark-method | Craig Jennings | 2026-04-30 | 1 | -0/+57 |
| * | refactor(config-utilities): extract cj/--benchmark-method | Craig Jennings | 2026-04-30 | 1 | -8/+16 |
| * | test(config-utilities): cover cj/--delete-compiled-files-in-dir | Craig Jennings | 2026-04-30 | 1 | -0/+91 |
| * | refactor(config-utilities): extract cj/--delete-compiled-files-in-dir | Craig Jennings | 2026-04-30 | 1 | -8/+17 |
| * | test(org-noter-config): cover preferred-split, slug, template, predicates | Craig Jennings | 2026-04-30 | 4 | -0/+289 |
| * | test(config-utilities): cover with-timer, compile-buffer, summary, info commands | Craig Jennings | 2026-04-30 | 4 | -0/+286 |
| * | test(host-environment): cover laptop/desktop, platform, display, timezone pre... | Craig Jennings | 2026-04-30 | 4 | -0/+345 |
| * | fix(host-environment): correct docstring order in cj/detect-system-timezone | Craig Jennings | 2026-04-30 | 1 | -2/+2 |
| * | test(keybindings): cover cj/jump-open-var and the jump-commands wiring | Craig Jennings | 2026-04-30 | 2 | -0/+142 |
| * | chore(deps): point org-drill :vc at cjennings.net primary | Craig Jennings | 2026-04-29 | 1 | -1/+1 |
| * | fix(eshell): correct call shape in eshell/find-using-dired | Craig Jennings | 2026-04-29 | 1 | -2/+2 |
| * | docs(design): add gloss package design doc | Craig Jennings | 2026-04-29 | 1 | -0/+316 |
| * | chore(hooks): skip out-of-tree .el files in validate-el.sh | Craig Jennings | 2026-04-29 | 1 | -0/+7 |
| * | feat(mail): add work account and reorganize C-; e bindings | Craig Jennings | 2026-04-27 | 1 | -29/+70 |
| * | fix(mail): default cj/custom-keymap so the file byte-compiles standalone | Craig Jennings | 2026-04-27 | 1 | -0/+8 |
| * | docs(design): add debug-profiling.el module brainstorm output | Craig Jennings | 2026-04-26 | 1 | -0/+203 |
| * | feat(lsp): add common build/cache dirs to file-watch ignore list | Craig Jennings | 2026-04-26 | 2 | -1/+125 |
| * | feat(dashboard): F1 lands point at the top of the buffer | Craig Jennings | 2026-04-25 | 1 | -2/+3 |
| * | refactor(system-utils): extract testable open-file helpers | Craig Jennings | 2026-04-23 | 3 | -54/+185 |
| * | test(system-utils): cover identify-external-open-command and eval-buffer | Craig Jennings | 2026-04-23 | 2 | -0/+121 |
| * | feat(coverage): add whole-project scope to cj/coverage-report | Craig Jennings | 2026-04-23 | 2 | -6/+247 |
| * | feat(coverage): add cj/coverage-report command and F7 binding | Craig Jennings | 2026-04-23 | 3 | -0/+200 |
| * | feat(coverage): add format-report helper for the report buffer | Craig Jennings | 2026-04-23 | 2 | -0/+194 |
| * | feat(coverage): wire make coverage target + simplecov pipeline | Craig Jennings | 2026-04-22 | 10 | -234/+348 |
| * | feat(coverage): add elisp backend | Craig Jennings | 2026-04-22 | 2 | -0/+173 |
| * | feat(coverage): add backend registry | Craig Jennings | 2026-04-22 | 2 | -0/+162 |
| * | feat(coverage): add intersect helper to combine LCOV with diff | Craig Jennings | 2026-04-22 | 2 | -0/+196 |
| * | feat(coverage): add changed-lines helper and diff parser | Craig Jennings | 2026-04-22 | 2 | -0/+257 |
| * | feat(coverage): add cj/--coverage-parse-lcov helper | Craig Jennings | 2026-04-22 | 2 | -0/+207 |
| * | docs: add design docs for coverage and dev-setup-project | Craig Jennings | 2026-04-22 | 2 | -0/+318 |
| * | chore(org): move org-reveal to F2, freeing F5 | Craig Jennings | 2026-04-22 | 1 | -1/+1 |
| * | docs(font): sync font-config module header with current code | Craig Jennings | 2026-04-22 | 1 | -3/+5 |
| * | fix(host-environment): detect battery correctly on Linux desktops | Craig Jennings | 2026-04-22 | 2 | -5/+98 |
| * | feat(font): set default font height per machine | Craig Jennings | 2026-04-22 | 1 | -2/+2 |