aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* fix: restore daemon icons and consolidate nerd-icons setupCraig Jennings2026-05-076-45/+141
* chore: stop emojifying org-mode buffersCraig Jennings2026-05-041-2/+1
* Make calendar sync startup safe without configCraig Jennings2026-05-041-14/+26
* fix: sanitize calendar event headings and property valuesCraig Jennings2026-05-031-5/+28
* fix: scope test-runner state by projectCraig Jennings2026-05-031-26/+158
* refactor: move and test theme persistence behaviorCraig Jennings2026-05-031-36/+52
* refactor: drop dead intermediate C-s binding in selection-frameworkCraig Jennings2026-05-031-3/+0
* refactor: defer projectile revert advice until projectile loadsCraig Jennings2026-05-031-26/+38
* fix: scope projectile cache revert state to each compileCraig Jennings2026-05-031-25/+56
* perf: cache modeline VC data per bufferCraig Jennings2026-05-031-23/+94
* refactor: invoke git via argv in coverage diff helpersCraig Jennings2026-05-031-14/+44
* fix: use buffer-file-name for C single-file compile commandCraig Jennings2026-05-031-3/+11
* fix: validate mail transport executables and default debug offCraig Jennings2026-05-031-6/+58
* fix: shell-quote F6 test-runner command argumentsCraig Jennings2026-05-031-5/+27
* fix: clarify reset-auth-cache failure messageCraig Jennings2026-05-031-1/+1
* fix: default auth-source debug logging to disabledCraig Jennings2026-05-031-2/+25
* fix: close drill capture template source linkCraig Jennings2026-05-031-2/+2
* fix: use file basename when moving buffer + fileCraig Jennings2026-05-031-2/+6
* fix: keep C-; ! as system command prefixCraig Jennings2026-05-031-13/+21
* fix: set vc-follow-symlinks explicitly to tCraig Jennings2026-05-031-1/+1
* feat(dev-fkeys): revert projectile cache on failed-and-modified compileCraig Jennings2026-05-031-0/+93
* feat(dev-fkeys): propagate prefix-arg to projectile through F4 / F6Craig Jennings2026-05-031-4/+4
* chore(prog-general): disable auto-close of *compilation* windowCraig Jennings2026-05-031-10/+15
* fix(dev-fkeys): F6 elisp runner uses basename, not rel-pathCraig Jennings2026-05-031-1/+3
* feat(dev-fkeys): add F6 test runner menu (Phase 2a)Craig Jennings2026-05-031-12/+184
* feat(dev-fkeys): add project-aware F4 compile/run dispatcherCraig Jennings2026-05-035-43/+236
* fix(line-paragraph): join-line-or-region strands space on next lineCraig Jennings2026-05-031-4/+10
* chore(deps): add commented :load-path hints for local-dev swapsCraig Jennings2026-04-304-0/+4
* chore(deps): move remaining packages from :load-path to :vc; drop archived or...Craig Jennings2026-04-304-222/+7
* feat(gloss): wire gloss into init via :vc against cjennings.netCraig Jennings2026-04-301-0/+30
* fix(config-utilities): repair validate-org-agenda-timestamps property checkCraig Jennings2026-04-301-31/+65
* refactor(config-utilities): extract cj/--recompile-emacs-homeCraig Jennings2026-04-301-24/+29
* refactor(config-utilities): extract cj/--benchmark-methodCraig Jennings2026-04-301-8/+16
* refactor(config-utilities): extract cj/--delete-compiled-files-in-dirCraig Jennings2026-04-301-8/+17
* fix(host-environment): correct docstring order in cj/detect-system-timezoneCraig Jennings2026-04-301-2/+2
* chore(deps): point org-drill :vc at cjennings.net primaryCraig Jennings2026-04-291-1/+1
* fix(eshell): correct call shape in eshell/find-using-diredCraig Jennings2026-04-291-2/+2
* feat(mail): add work account and reorganize C-; e bindingsCraig Jennings2026-04-271-29/+70
* fix(mail): default cj/custom-keymap so the file byte-compiles standaloneCraig Jennings2026-04-271-0/+8
* feat(lsp): add common build/cache dirs to file-watch ignore listCraig Jennings2026-04-261-1/+38
* feat(dashboard): F1 lands point at the top of the bufferCraig Jennings2026-04-251-2/+3
* refactor(system-utils): extract testable open-file helpersCraig Jennings2026-04-231-54/+57
* feat(coverage): add whole-project scope to cj/coverage-reportCraig Jennings2026-04-231-6/+110
* feat(coverage): add cj/coverage-report command and F7 bindingCraig Jennings2026-04-231-0/+108
* feat(coverage): add format-report helper for the report bufferCraig Jennings2026-04-231-0/+70
* feat(coverage): wire make coverage target + simplecov pipelineCraig Jennings2026-04-222-52/+58
* feat(coverage): add elisp backendCraig Jennings2026-04-221-0/+74
* feat(coverage): add backend registryCraig Jennings2026-04-221-0/+53
* feat(coverage): add intersect helper to combine LCOV with diffCraig Jennings2026-04-221-0/+52
* feat(coverage): add changed-lines helper and diff parserCraig Jennings2026-04-221-0/+64