aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* feat(coverage): add cj/--coverage-parse-lcov helperCraig Jennings2026-04-221-0/+58
* chore(org): move org-reveal to F2, freeing F5Craig Jennings2026-04-221-1/+1
* docs(font): sync font-config module header with current codeCraig Jennings2026-04-221-3/+5
* fix(host-environment): detect battery correctly on Linux desktopsCraig Jennings2026-04-221-5/+30
* feat(font): set default font height per machineCraig Jennings2026-04-221-2/+2
* fix(hugo): defer browser until server ready, report crashesCraig Jennings2026-04-221-3/+40
* refactor(hugo): prune stale header, group functions by purposeCraig Jennings2026-04-221-38/+41
* chore: delete wip.el and remove its stale require from init.elCraig Jennings2026-04-221-60/+0
* feat(hugo): draft picker, preview toggle, publish commandCraig Jennings2026-04-221-2/+79
* fix: load freshness, wttrin path, compile-time package initCraig Jennings2026-04-221-1/+1
* style(font): set default and fallback font heights to 120Craig Jennings2026-04-201-2/+2
* refactor(transcription): extract running-transcriptions and format-entryCraig Jennings2026-04-191-20/+25
* refactor(transcription): extract four sentinel side-effect helpersCraig Jennings2026-04-191-40/+44
* refactor(transcription): extract init-log-file and track-transcriptionCraig Jennings2026-04-191-14/+16
* refactor(transcription): extract cj/--build-process-environmentCraig Jennings2026-04-191-9/+15
* refactor(transcription): consolidate backends into descriptor alistCraig Jennings2026-04-191-39/+29
* refactor(org-contacts): remove dead boundp branchesCraig Jennings2026-04-191-16/+12
* fix(reconcile): restore repo iteration under projects-dir and code-dirCraig Jennings2026-04-191-1/+1
* refactor(reconcile): extract helpers, add recursive repo discovery and 28 testsCraig Jennings2026-04-191-36/+48
* fix: make this function recursiveCraig Jennings2026-04-181-4/+14
* fix: fix M-P by removing autoload cookie from keybindingCraig Jennings2026-04-181-1/+1
* feat(agenda): add project-filtered agenda view on C-f8Craig Jennings2026-04-091-2/+31
* feat(vterm): pass F8, F9, F10 through to EmacsCraig Jennings2026-04-072-1/+4
* refactor(calendar-sync): extract require-calendars guard from 4 locationsCraig Jennings2026-04-051-8/+10
* refactor(calendar-sync): extract RFC 5545 continuation line unfoldingCraig Jennings2026-04-051-17/+17
* refactor(calendar-sync): extract CN and email parsing from duplicated codeCraig Jennings2026-04-051-25/+19
* refactor(calendar-sync): remove dead function calendar-sync--timezone-nameCraig Jennings2026-04-051-5/+0
* refactor(recording): extract select-from-labeled helper, flatten quick-setupCraig Jennings2026-04-051-33/+27
* refactor(recording): extract video command builder from ffmpeg-record-videoCraig Jennings2026-04-051-42/+42
* refactor(recording): extract shared test-device helper from test-mic/test-mon...Craig Jennings2026-04-051-21/+16
* refactor(recording): unify parse-pactl-sources/sinks-verbose into single func...Craig Jennings2026-04-051-45/+12
* feat(music): add random-aware next/previous; refactor music + calendar-syncCraig Jennings2026-04-032-174/+136
* feat(org): add <cj structure template for daily prep comment blocksCraig Jennings2026-04-021-1/+3
* feat(music): add test coverage for 7 functions, refactor with extracted helpersCraig Jennings2026-04-011-36/+45
* fix(slack): disable emojify in lui buffers, add org cache reset commandCraig Jennings2026-03-162-1/+27
* fix(slack): add error visibility to notification handlerCraig Jennings2026-03-141-8/+20
* fix(slack): fix notification bug, add close-all-buffers commandCraig Jennings2026-03-101-1/+17
* fix(music): place point on first track after playlist load/reloadCraig Jennings2026-03-101-2/+4
* fix(calendar-sync): handle variable-length date lists in RRULE UNTILCraig Jennings2026-03-092-5/+11
* refactor(gptel): extract model-list and selection logic for testabilityCraig Jennings2026-03-061-20/+42
* refactor(gptel): lazy-load gptel-magit, rebind rewrite/context keysCraig Jennings2026-03-061-29/+47
* refactor(gptel): move config defuns to top level, rebind keys, set reasoningCraig Jennings2026-03-061-39/+34
* test(gptel): add unit tests for ai-config, remove dead cj/gptel-backendsCraig Jennings2026-03-061-6/+0
* fix(gptel): fix docstring warnings, rename model->string to model-to-stringCraig Jennings2026-03-061-15/+10
* fix(gptel): remove duplicate backend setter, fix commentary keybindingsCraig Jennings2026-03-061-10/+9
* feat(gptel): update Claude models, fix default system promptCraig Jennings2026-03-061-5/+8
* fix(slack): fix notification and mark-as-read bugsCraig Jennings2026-03-061-3/+12
* feat: add Slack client module with dashboard integrationCraig Jennings2026-03-062-0/+149
* session: switch Python LSP to pyright, add Django web-mode configCraig Jennings2026-03-043-120/+124
* feat(json,yaml): add tree-sitter modes, formatting, and jq integrationCraig Jennings2026-03-024-16/+98