aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* refactor(org-agenda): migrate to cj-cache helperCraig Jennings2026-05-101-51/+33
* feat(cj-cache): add TTL+building cache helperCraig Jennings2026-05-101-0/+95
* refactor(external-open): consolidate OS-open dispatch in external-open.elCraig Jennings2026-05-103-57/+50
* refactor(cj-org-text): extract Org-safe text sanitizers from calendar-syncCraig Jennings2026-05-102-31/+65
* refactor(system-lib): extract cj/file-from-context from system-utilsCraig Jennings2026-05-102-14/+20
* refactor(system-lib): extract cj/process-output-or-error and cj/git-output-or...Craig Jennings2026-05-102-15/+29
* refactor(system-lib): extract cj/shell-quote-argument-readable from dev-fkeysCraig Jennings2026-05-102-17/+24
* refactor(dirvish): use cj/executable-find-or-warn in cj/set-wallpaperCraig Jennings2026-05-101-10/+9
* refactor(system-lib): extract cj/executable-find-or-warn from mail-configCraig Jennings2026-05-102-14/+24
* refactor(dirvish): extract cj/--dired-line-is-directory-pCraig Jennings2026-05-101-2/+15
* refactor(dirvish): extract cj/--html-file-p; match HTML case-insensitivelyCraig Jennings2026-05-101-1/+10
* refactor(dirvish): extract cj/--ediff-pair-from-files; fix 0-files crashCraig Jennings2026-05-101-17/+36
* refactor(dirvish): extract playlist filter and sanitize helpersCraig Jennings2026-05-101-14/+24
* refactor(dirvish): extract cj/--file-manager-program-for helperCraig Jennings2026-05-101-15/+22
* refactor(dirvish): extract cj/--wallpaper-program-for helperCraig Jennings2026-05-101-14/+26
* refactor(dirvish): extract cj/--dired-resolve-display-path helperCraig Jennings2026-05-101-46/+43
* refactor(dirvish): extract cj/--duplicate-file-name helperCraig Jennings2026-05-101-17/+27
* fix(dirvish): rename pw -> wp to clear quick-access key collisionCraig Jennings2026-05-101-1/+1
* refactor(vterm): move vterm prefix to C-; x and add prompt navCraig Jennings2026-05-101-14/+17
* fix(vterm): use a block cursor in vterm-copy-modeCraig Jennings2026-05-101-4/+4
* fix(vterm): force a visible cursor in vterm-copy-modeCraig Jennings2026-05-101-0/+17
* refactor: split eshell-vterm-config into eshell-config and vterm-configCraig Jennings2026-05-104-181/+181
* refactor: extract toggle-state helpers shared by F9 and F12Craig Jennings2026-05-103-96/+109
* chore(vterm): fix docstring quoting and drop unused aliasCraig Jennings2026-05-101-5/+3
* Keep calendar sync off the UI threadCraig Jennings2026-05-101-57/+185
* Add Emacs-native vterm copy workflowsCraig Jennings2026-05-101-5/+182
* Make repo reconciliation review-firstCraig Jennings2026-05-101-53/+147
* Clean up Org keymap ownershipCraig Jennings2026-05-101-27/+5
* Move GPTel tool loading into AI configCraig Jennings2026-05-101-3/+46
* chore(org-drill): use local :load-path checkout for active devCraig Jennings2026-05-091-4/+4
* chore(org-agenda): catch up to chime variable renamesCraig Jennings2026-05-091-4/+5
* refactor: extract window-geometry helpers shared by F9 and F12Craig Jennings2026-05-093-90/+98
* feat(ai-vterm): show [running] in picker and F9 redisplays last-usedCraig Jennings2026-05-091-7/+29
* feat(vterm): F12 toggle that excludes claude and preserves geometryCraig Jennings2026-05-091-19/+217
* fix(ai-vterm): harden F9 toggle across multi-window and buffer-moveCraig Jennings2026-05-091-25/+80
* feat(ai-vterm): F9 toggle/redisplay/pick + persistent split geometryCraig Jennings2026-05-082-31/+338
* fix(ai-vterm): direction-based display + per-project tmux session namesCraig Jennings2026-05-072-6/+55
* chore(modules): pass validate-modules in batch by adding requiresCraig Jennings2026-05-0718-21/+31
* refactor(ui-navigation): drop redundant M-S-s window-swap bindingCraig Jennings2026-05-072-5/+0
* feat(ai-vterm): add Claude launcher with vertical-split vtermCraig Jennings2026-05-073-3/+209
* 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