aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat(dirvish): print the file at point with PCraig Jennings2026-05-122-1/+181
* test(scripts): add bats coverage for setup-email.sh password helpersCraig Jennings2026-05-123-39/+147
* fix(mail): clear the marks after saving from the attachment selectorCraig Jennings2026-05-122-2/+12
* fix(slack): error when adding a reaction outside a Slack bufferCraig Jennings2026-05-122-7/+12
* refactor(lsp): rename cj/lsp--disable-eldoc-hover for accuracyCraig Jennings2026-05-122-8/+9
* refactor(mail): fail fast on an attachment part with no MIME handleCraig Jennings2026-05-122-7/+7
* refactor(mail): extract the mu4e attachment workflow into its own moduleCraig Jennings2026-05-124-308/+341
* build: add make benchmark target and skip :perf tests by defaultCraig Jennings2026-05-122-11/+22
* test(lorem-optimum): tag benchmarks :perf and assert on scaling ratiosCraig Jennings2026-05-121-75/+71
* docs: clarify the coverage-exclude and token-seed commentsCraig Jennings2026-05-112-2/+5
* test: close coverage gaps from the preceding batchCraig Jennings2026-05-115-0/+103
* fix(org-capture): single-source the file+headline cache keyCraig Jennings2026-05-111-1/+1
* feat(mu4e): simpler attachment-save commands on C-; e S/s/mCraig Jennings2026-05-112-10/+474
* refactor(epub): clean up calibredb-epub-config.elCraig Jennings2026-05-112-18/+89
* build(make): exclude the lorem-optimum benchmark from coverage runsCraig Jennings2026-05-111-1/+3
* fix(slack): harden and curate the C-; S ! reaction workflowCraig Jennings2026-05-112-1/+185
* feat(setup-email): add the deepsat work accountCraig Jennings2026-05-111-29/+62
* perf(lorem-optimum): speed up the Markov generation pathCraig Jennings2026-05-113-56/+70
* refactor(prog-lsp): replace obsolete lsp-eldoc-hookCraig Jennings2026-05-112-1/+36
* perf(org-capture): cache file+headline target markersCraig Jennings2026-05-112-0/+195
* fix(calendar-sync): give the no-init .ics worker its module load-pathCraig Jennings2026-05-112-1/+26
* feat(window): kill the other window's buffer with C-; b KCraig Jennings2026-05-113-1/+96
* feat(window): resize the split with C-; b <arrow>Craig Jennings2026-05-113-7/+98
* feat(ai-vterm): order the project picker by most-recently-usedCraig Jennings2026-05-115-21/+151
* feat(keymap): bind eval-buffer to C-; b eCraig Jennings2026-05-111-3/+5
* feat(vterm): unify the keys in vterm copy-mode and tmux historyCraig Jennings2026-05-113-45/+64
* feat(ai-vterm): keep emacsclient files out of the agent windowCraig Jennings2026-05-112-0/+172
* fix(ui-config): use the writeable cursor color in a live vtermCraig Jennings2026-05-112-6/+116
* chore(hooks): eval load-prefer-newer before byte-compile and test runsCraig Jennings2026-05-111-1/+5
* refactor(ai-vterm): rename Claude-specific names to a generic "agent"Craig Jennings2026-05-1122-445/+448
* feat(ai-vterm): name the tmux session's first window "ai"Craig Jennings2026-05-112-6/+36
* feat(ai-vterm): surface surviving tmux sessions in the project pickerCraig Jennings2026-05-116-61/+344
* test(vterm): cover AI-vterm inheritance of the vterm copy pathCraig Jennings2026-05-111-0/+32
* docs: add Python tree-sitter font-lock predicate-mismatch diagnosticCraig Jennings2026-05-111-0/+196
* refactor(external-open): extract external-open-lib for shared helpersCraig Jennings2026-05-106-33/+55
* refactor(tests): rename test files to match cj-*-lib.el modulesCraig Jennings2026-05-102-7/+7
* refactor(cj-window-geometry): rename to cj-window-geometry-libCraig Jennings2026-05-105-12/+12
* refactor(cj-window-toggle): rename to cj-window-toggle-lib for naming consist...Craig Jennings2026-05-104-10/+10
* refactor(cj-org-text): rename to cj-org-text-lib for naming consistencyCraig Jennings2026-05-103-5/+5
* refactor(cj-cache): rename to cj-cache-lib for naming consistencyCraig Jennings2026-05-104-6/+6
* refactor(org-refile): migrate to cj-cache helperCraig Jennings2026-05-102-334/+146
* refactor(org-agenda): migrate to cj-cache helperCraig Jennings2026-05-102-306/+130
* feat(cj-cache): add TTL+building cache helperCraig Jennings2026-05-102-0/+258
* docs(design): add Phase 5 cache helper design addendumCraig Jennings2026-05-101-0/+165
* refactor(external-open): consolidate OS-open dispatch in external-open.elCraig Jennings2026-05-108-222/+170
* refactor(cj-org-text): extract Org-safe text sanitizers from calendar-syncCraig Jennings2026-05-104-129/+176
* refactor(system-lib): extract cj/file-from-context from system-utilsCraig Jennings2026-05-103-42/+48
* refactor(system-lib): extract cj/process-output-or-error and cj/git-output-or...Craig Jennings2026-05-103-15/+120
* refactor(system-lib): extract cj/shell-quote-argument-readable from dev-fkeysCraig Jennings2026-05-103-17/+79
* docs: update test and coverage documentationCraig Jennings2026-05-104-23/+38