| Commit message (Expand) | Author | Age | Files | Lines |
| * | docs: add vterm/eat/ghostel terminal comparison | Craig Jennings | 2026-05-26 | 1 | -0/+121 |
| * | feat(mail): keep mu4e's main view from deleting the window split | Craig Jennings | 2026-05-26 | 2 | -0/+54 |
| * | feat(slack): open rooms in another window, never the selected one | Craig Jennings | 2026-05-26 | 2 | -0/+65 |
| * | fix(org): widen the tag right-margin so the fold ellipsis fits | Craig Jennings | 2026-05-26 | 1 | -3/+5 |
| * | feat(org): right-align headline tags to the window edge | Craig Jennings | 2026-05-26 | 2 | -0/+97 |
| * | fix(dupre): make org headings and the document title non-bold | Craig Jennings | 2026-05-26 | 1 | -5/+9 |
| * | fix(text): compose every org src-block marker to the lambda glyph | Craig Jennings | 2026-05-26 | 2 | -0/+55 |
| * | fix(dupre): flush org src-block delimiter lines with the background | Craig Jennings | 2026-05-26 | 1 | -2/+2 |
| * | fix(dupre): pin org keyword and priority faces to a uniform height | Craig Jennings | 2026-05-26 | 1 | -26/+32 |
| * | fix(dupre): tone down the org TODO and warning reds | Craig Jennings | 2026-05-26 | 1 | -2/+2 |
| * | chore(claude): sync rules and hooks with the rulesets bundle | Craig Jennings | 2026-05-26 | 3 | -0/+60 |
| * | fix(dashboard): exempt the banner buffer from auto-dim | Craig Jennings | 2026-05-26 | 3 | -4/+50 |
| * | feat(dupre): darken the theme background to #0d0b0a | Craig Jennings | 2026-05-26 | 1 | -2/+2 |
| * | feat(user-constants): make required-path init failures actionable | Craig Jennings | 2026-05-25 | 2 | -19/+81 |
| * | refactor(user-constants): move filesystem creation out of module load | Craig Jennings | 2026-05-25 | 3 | -16/+102 |
| * | feat(system-defaults): warn once when Customize tries to save | Craig Jennings | 2026-05-25 | 2 | -0/+36 |
| * | refactor(eshell): move SSH-jump hosts into a defcustom | Craig Jennings | 2026-05-25 | 2 | -3/+82 |
| * | fix(font-config): theme-aware browser labels and daemon-safe emoji fontset | Craig Jennings | 2026-05-25 | 2 | -12/+46 |
| * | refactor(prog): run JSON/YAML/webdev formatters via argv, not a shell | Craig Jennings | 2026-05-25 | 6 | -47/+213 |
| * | perf(mousetrap): cache built keymaps per profile | Craig Jennings | 2026-05-25 | 2 | -2/+116 |
| * | fix(org): guard external-tool assumptions in export and publishing commands | Craig Jennings | 2026-05-25 | 9 | -2/+130 |
| * | test(prog-lisp): cover the elisp and Common Lisp mode-setup functions | Craig Jennings | 2026-05-25 | 1 | -0/+66 |
| * | test(mu4e-org-contacts): cover the completion-at-point and TAB dispatch logic | Craig Jennings | 2026-05-25 | 1 | -0/+135 |
| * | test(font-config): smoke-cover the install check and daemon-frame applier | Craig Jennings | 2026-05-25 | 1 | -0/+74 |
| * | test(system-defaults): cover custom-file, backups, and GC-hook registration | Craig Jennings | 2026-05-25 | 3 | -49/+142 |
| * | feat(ui-theme): default the theme fallback to bundled dupre | Craig Jennings | 2026-05-25 | 2 | -3/+16 |
| * | fix(latex): make PDF-viewer selection idempotent | Craig Jennings | 2026-05-25 | 2 | -5/+92 |
| * | build: add compile-file for single-file byte-compile with the project load path | Craig Jennings | 2026-05-25 | 1 | -2/+17 |
| * | chore: sync bundled claude rules and git hooks | Craig Jennings | 2026-05-25 | 10 | -8/+568 |
| * | feat(dashboard): render the butterfly banner with a transparency mask | Craig Jennings | 2026-05-25 | 3 | -4/+10 |
| * | feat(auto-dim): dim vterm windows by blending terminal colors | Craig Jennings | 2026-05-25 | 2 | -0/+283 |
| * | fix(theme): register dupre faces so org status colors are themed | Craig Jennings | 2026-05-25 | 4 | -15/+114 |
| * | feat(auto-dim): dim non-selected windows via auto-dim-other-buffers | Craig Jennings | 2026-05-25 | 6 | -4/+111 |
| * | docs(load-graph): classify elfeed-config, the last init module | Craig Jennings | 2026-05-25 | 3 | -21/+19 |
| * | test(elfeed-config): use real structs so tests survive byte-compilation | Craig Jennings | 2026-05-25 | 1 | -26/+49 |
| * | fix(prog-general): open the project todo in the other window when split | Craig Jennings | 2026-05-25 | 2 | -1/+73 |
| * | fix(ai-vterm): reuse the frame's half instead of splitting a third | Craig Jennings | 2026-05-25 | 5 | -268/+480 |
| * | refactor(load-graph): route C-; registration through the keymap API | Craig Jennings | 2026-05-24 | 24 | -31/+31 |
| * | feat(keybindings): add cj/custom-keymap registration API | Craig Jennings | 2026-05-24 | 2 | -0/+71 |
| * | refactor(load-graph): make hidden module dependencies explicit | Craig Jennings | 2026-05-24 | 9 | -74/+55 |
| * | docs(load-graph): classify remaining domain and optional modules | Craig Jennings | 2026-05-24 | 21 | -30/+249 |
| * | docs(load-graph): classify domain, integration, and optional modules | Craig Jennings | 2026-05-24 | 19 | -33/+237 |
| * | docs(load-graph): classify Org modules | Craig Jennings | 2026-05-24 | 15 | -17/+172 |
| * | docs(load-graph): classify programming modules | Craig Jennings | 2026-05-24 | 12 | -13/+137 |
| * | docs(load-graph): classify dev, diff, help, lint, and VC modules | Craig Jennings | 2026-05-24 | 11 | -15/+126 |
| * | docs(load-graph): classify UI and core-UX modules | Craig Jennings | 2026-05-24 | 12 | -19/+133 |
| * | docs(load-graph): classify core libraries and command modules | Craig Jennings | 2026-05-24 | 9 | -10/+92 |
| * | test: extend header allowlist to text/editing modules | Craig Jennings | 2026-05-24 | 1 | -2/+13 |
| * | docs(load-graph): classify text/editing command modules | Craig Jennings | 2026-05-24 | 10 | -14/+130 |
| * | docs(init): retire stale module comments and track follow-ups | Craig Jennings | 2026-05-24 | 1 | -3/+3 |