git.cjennings.net
:
dotemacs
main
performance
My Emacs configuration
Craig Jennings
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs(design): add Phase 5 cache helper design addendum
Craig Jennings
2026-05-10
1
-0
/
+165
*
refactor(external-open): consolidate OS-open dispatch in external-open.el
Craig Jennings
2026-05-10
8
-222
/
+170
*
refactor(cj-org-text): extract Org-safe text sanitizers from calendar-sync
Craig Jennings
2026-05-10
4
-129
/
+176
*
refactor(system-lib): extract cj/file-from-context from system-utils
Craig Jennings
2026-05-10
3
-42
/
+48
*
refactor(system-lib): extract cj/process-output-or-error and cj/git-output-or...
Craig Jennings
2026-05-10
3
-15
/
+120
*
refactor(system-lib): extract cj/shell-quote-argument-readable from dev-fkeys
Craig Jennings
2026-05-10
3
-17
/
+79
*
docs: update test and coverage documentation
Craig Jennings
2026-05-10
4
-23
/
+38
*
refactor(dirvish): use cj/executable-find-or-warn in cj/set-wallpaper
Craig Jennings
2026-05-10
1
-10
/
+9
*
refactor(system-lib): extract cj/executable-find-or-warn from mail-config
Craig Jennings
2026-05-10
3
-14
/
+104
*
docs(design): add Phase 1 utility inventory
Craig Jennings
2026-05-10
1
-0
/
+160
*
refactor(dirvish): extract cj/--dired-line-is-directory-p
Craig Jennings
2026-05-10
2
-2
/
+71
*
refactor(dirvish): extract cj/--html-file-p; match HTML case-insensitively
Craig Jennings
2026-05-10
2
-1
/
+63
*
refactor(dirvish): extract cj/--ediff-pair-from-files; fix 0-files crash
Craig Jennings
2026-05-10
2
-17
/
+107
*
refactor(dirvish): extract playlist filter and sanitize helpers
Craig Jennings
2026-05-10
2
-14
/
+106
*
test(dirvish): cover cj/get-project-root with stubbed APIs
Craig Jennings
2026-05-10
1
-0
/
+71
*
refactor(dirvish): extract cj/--file-manager-program-for helper
Craig Jennings
2026-05-10
2
-15
/
+76
*
refactor(dirvish): extract cj/--wallpaper-program-for helper
Craig Jennings
2026-05-10
2
-14
/
+68
*
refactor(dirvish): extract cj/--dired-resolve-display-path helper
Craig Jennings
2026-05-10
2
-46
/
+129
*
refactor(dirvish): extract cj/--duplicate-file-name helper
Craig Jennings
2026-05-10
2
-17
/
+86
*
fix(dirvish): rename pw -> wp to clear quick-access key collision
Craig Jennings
2026-05-10
2
-1
/
+81
*
refactor(vterm): move vterm prefix to C-; x and add prompt nav
Craig Jennings
2026-05-10
2
-19
/
+35
*
fix(vterm): use a block cursor in vterm-copy-mode
Craig Jennings
2026-05-10
2
-15
/
+15
*
test(vterm): cover the copy-mode exit chain end-to-end
Craig Jennings
2026-05-10
1
-0
/
+93
*
fix(vterm): force a visible cursor in vterm-copy-mode
Craig Jennings
2026-05-10
2
-0
/
+68
*
refactor: split eshell-vterm-config into eshell-config and vterm-config
Craig Jennings
2026-05-10
9
-186
/
+187
*
refactor: extract toggle-state helpers shared by F9 and F12
Craig Jennings
2026-05-10
4
-96
/
+297
*
chore(vterm): fix docstring quoting and drop unused alias
Craig Jennings
2026-05-10
1
-5
/
+3
*
Keep calendar sync off the UI thread
Craig Jennings
2026-05-10
2
-57
/
+339
*
Make batch Emacs prefer newer sources
Craig Jennings
2026-05-10
1
-1
/
+1
*
Add Emacs-native vterm copy workflows
Craig Jennings
2026-05-10
2
-5
/
+323
*
Make repo reconciliation review-first
Craig Jennings
2026-05-10
8
-217
/
+361
*
Clean up Org keymap ownership
Craig Jennings
2026-05-10
3
-27
/
+64
*
Move GPTel tool loading into AI config
Craig Jennings
2026-05-10
4
-14
/
+109
*
Add tests for early archive setup
Craig Jennings
2026-05-10
1
-11
/
+121
*
chore(org-drill): use local :load-path checkout for active dev
Craig Jennings
2026-05-09
1
-4
/
+4
*
chore(org-agenda): catch up to chime variable renames
Craig Jennings
2026-05-09
1
-4
/
+5
*
chore(hooks): drop PROJECT_ROOT guard from validate-el.sh
Craig Jennings
2026-05-09
1
-7
/
+0
*
refactor(tests): extract shared buffer-cleanup and fake-vterm helpers
Craig Jennings
2026-05-09
9
-101
/
+101
*
refactor: extract window-geometry helpers shared by F9 and F12
Craig Jennings
2026-05-09
6
-207
/
+201
*
feat(ai-vterm): show [running] in picker and F9 redisplays last-used
Craig Jennings
2026-05-09
3
-16
/
+63
*
feat(vterm): F12 toggle that excludes claude and preserves geometry
Craig Jennings
2026-05-09
4
-19
/
+494
*
fix(ai-vterm): harden F9 toggle across multi-window and buffer-move
Craig Jennings
2026-05-09
4
-51
/
+383
*
Merge branch 'main' of cjennings.net:dotemacs
Craig Jennings
2026-05-08
1
-0
/
+1
|
\
|
*
chore: gitignore .emacs-theme runtime state
Craig Jennings
2026-05-08
1
-0
/
+1
*
|
feat(ai-vterm): F9 toggle/redisplay/pick + persistent split geometry
Craig Jennings
2026-05-08
11
-31
/
+1005
|
/
*
fix(ai-vterm): direction-based display + per-project tmux session names
Craig Jennings
2026-05-07
6
-10
/
+178
*
chore(modules): pass validate-modules in batch by adding requires
Craig Jennings
2026-05-07
18
-21
/
+31
*
refactor(ui-navigation): drop redundant M-S-s window-swap binding
Craig Jennings
2026-05-07
2
-5
/
+0
*
feat(ai-vterm): add Claude launcher with vertical-split vterm
Craig Jennings
2026-05-07
10
-3
/
+778
*
chore: symlink claude rules to rulesets canonical
Craig Jennings
2026-05-07
4
-385
/
+4
[next]