aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* feat(ai-vterm): order the project picker by most-recently-usedCraig Jennings2026-05-111-11/+57
* 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-111-26/+31
* feat(ai-vterm): keep emacsclient files out of the agent windowCraig Jennings2026-05-111-0/+45
* fix(ui-config): use the writeable cursor color in a live vtermCraig Jennings2026-05-111-6/+23
* refactor(ai-vterm): rename Claude-specific names to a generic "agent"Craig Jennings2026-05-112-76/+79
* feat(ai-vterm): name the tmux session's first window "ai"Craig Jennings2026-05-111-6/+20
* feat(ai-vterm): surface surviving tmux sessions in the project pickerCraig Jennings2026-05-111-21/+119
* refactor(external-open): extract external-open-lib for shared helpersCraig Jennings2026-05-104-23/+45
* refactor(cj-window-geometry): rename to cj-window-geometry-libCraig Jennings2026-05-104-7/+7
* refactor(cj-window-toggle): rename to cj-window-toggle-lib for naming consist...Craig Jennings2026-05-103-5/+5
* refactor(cj-org-text): rename to cj-org-text-lib for naming consistencyCraig Jennings2026-05-102-4/+4
* refactor(cj-cache): rename to cj-cache-lib for naming consistencyCraig Jennings2026-05-103-5/+5
* refactor(org-refile): migrate to cj-cache helperCraig Jennings2026-05-101-77/+51
* 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