aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* refactor(calibredb-epub): reorder defuns above their use-package consumersCraig Jennings2026-05-151-69/+69
* feat(custom-buffer-file): make C-; b p dispatch by major-mode, with testsCraig Jennings2026-05-151-11/+41
* refactor(ai-vterm): retire M-F9 buffer picker; bind to cj/toggle-gptelCraig Jennings2026-05-141-65/+9
* chore(ai-config): refresh gptel model menusCraig Jennings2026-05-141-8/+7
* feat(markdown-config): register markdown as an org src-block languageCraig Jennings2026-05-141-0/+7
* refactor(org-config): surface narrowing + sparse-tree under C-; OCraig Jennings2026-05-141-5/+37
* refactor(dashboard): regroup launcher icons into 4/4/4 by purposeCraig Jennings2026-05-141-33/+39
* feat(transcription): extend dired T to transcribe videos via ffmpeg, with testsCraig Jennings2026-05-142-17/+107
* refactor: clear transcription C-; T menu, move telega launcher to C-; TCraig Jennings2026-05-142-30/+13
* refactor(org-config): flatten table ops directly under the org menuCraig Jennings2026-05-141-17/+14
* refactor(org-config): move org-table-map under the org menuCraig Jennings2026-05-141-9/+11
* feat(telega-config): guard launcher with a helpful message when telega is mis...Craig Jennings2026-05-142-3/+20
* refactor(system-commands): use string interactive spec so undercover instrumentsCraig Jennings2026-05-141-2/+9
* fix(org-roam-config): save journal buffer after copying DONE taskCraig Jennings2026-05-141-2/+5
* fix(ai-vterm): force buffer swap after F9 toggle-off in lone windowCraig Jennings2026-05-141-1/+13
* feat(org-agenda): add VERIFICATION and IN-PROGRESS blocks around SCHEDULECraig Jennings2026-05-131-3/+22
* fix(telega): don't auto-install at init; let MELPA staleness slideCraig Jennings2026-05-131-0/+15
* refactor(org-agenda): extract main-agenda prefix format into a defvarCraig Jennings2026-05-131-4/+10
* feat(dashboard): add Telegram launcher to a new third rowCraig Jennings2026-05-131-1/+8
* feat(telega): add telega.el module with docker-backed TDLibCraig Jennings2026-05-131-0/+41
* feat(vterm): show tmux scrollback history in placeCraig Jennings2026-05-131-2/+7
* fix(ai-vterm): preserve single-window layout across F9 toggleCraig Jennings2026-05-131-10/+41
* feat(org-agenda): use project name as todo.org categoryCraig Jennings2026-05-131-0/+44
* fix(ui-navigation): clear dedicated before toggling window splitCraig Jennings2026-05-131-22/+32
* fix(org-agenda): skip CANCELLED entries from main agenda SCHEDULECraig Jennings2026-05-131-0/+4
* fix(calibredb-epub): point cj/nov--file-path at nov-file-nameCraig Jennings2026-05-131-4/+4
* refactor(calibredb-epub): extract the nov image-padding helperCraig Jennings2026-05-131-4/+12
* fix(prog-webdev): toggle electric-pair-local-mode in the setup hookCraig Jennings2026-05-121-1/+1
* refactor(prog-webdev): extract the prettier format-command builderCraig Jennings2026-05-121-4/+7
* refactor(org-drill): hoist the commands out of :config and clear the byte-com...Craig Jennings2026-05-121-88/+94
* fix(ai-vterm): make F9 toggle the agent from inside an agent bufferCraig Jennings2026-05-121-0/+12
* feat(dirvish): start org-drill on the .org file at point with SCraig Jennings2026-05-121-1/+17
* feat(org-drill): drill any Org file from anywhereCraig Jennings2026-05-121-15/+41
* fix(prog-python): toggle electric-pair-local-mode in the setup hookCraig Jennings2026-05-121-1/+1
* refactor(prog-python): extract the mypy and pdb command buildersCraig Jennings2026-05-121-3/+10
* fix(nov): center the EPUB text by setting window margins directlyCraig Jennings2026-05-121-37/+55
* chore(ui): disable cursor blinking (keep a solid block)Craig Jennings2026-05-121-0/+4
* feat(nov): default the EPUB text column to 80% of the windowCraig Jennings2026-05-121-3/+3
* feat(org): add reveal.js present command and header removalCraig Jennings2026-05-121-5/+81
* fix(org): give the F8 agenda window 75% of the frameCraig Jennings2026-05-121-4/+16
* fix(nov): rework the EPUB reading-width layoutCraig Jennings2026-05-121-14/+61
* feat(dirvish): print the file at point with PCraig Jennings2026-05-121-1/+47
* fix(mail): clear the marks after saving from the attachment selectorCraig Jennings2026-05-121-1/+7
* fix(slack): error when adding a reaction outside a Slack bufferCraig Jennings2026-05-121-7/+7
* refactor(lsp): rename cj/lsp--disable-eldoc-hover for accuracyCraig Jennings2026-05-121-3/+4
* refactor(mail): fail fast on an attachment part with no MIME handleCraig Jennings2026-05-121-1/+1
* refactor(mail): extract the mu4e attachment workflow into its own moduleCraig Jennings2026-05-122-229/+248
* docs: clarify the coverage-exclude and token-seed commentsCraig Jennings2026-05-111-0/+2
* 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-111-10/+237