aboutsummaryrefslogtreecommitdiff
path: root/modules/cj-window-geometry.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-10 03:25:35 -0500
committerCraig Jennings <c@cjennings.net>2026-05-10 03:25:35 -0500
commit0b6375c5cbe7feea126b921f0e1bbd1c34e2dfb6 (patch)
tree17366b89a828a6295694e61a8cb54b53bae0731b /modules/cj-window-geometry.el
parent56574831f35ef7c368acfb6c27835ac2bec2c804 (diff)
downloaddotemacs-0b6375c5cbe7feea126b921f0e1bbd1c34e2dfb6.tar.gz
dotemacs-0b6375c5cbe7feea126b921f0e1bbd1c34e2dfb6.zip
refactor: split eshell-vterm-config into eshell-config and vterm-config
The combined module had grown to 573 lines covering two unrelated subsystems with no shared state — the eshell shell-mode commands and the vterm/F12 toggle. The header even rendered this with two `;; ----` dividers. Split into two focused modules. eshell-config.el keeps the eshell user commands and package wiring (~170 lines). vterm-config.el keeps the vterm package, the tmux history capture command, the F12 toggle, and the C-; V keymap (~400 lines). Update init.el to require both, point the four vterm test files at vterm-config, and refresh the cross-module commentary in cj-window-geometry.el and cj-window-toggle.el. No behavior change. Full test suite green; validate-modules clean.
Diffstat (limited to 'modules/cj-window-geometry.el')
-rw-r--r--modules/cj-window-geometry.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cj-window-geometry.el b/modules/cj-window-geometry.el
index 88fa83d4..53c1ea77 100644
--- a/modules/cj-window-geometry.el
+++ b/modules/cj-window-geometry.el
@@ -6,7 +6,7 @@
;; Pure helpers for classifying a window's position in its frame and
;; computing body sizes. Shared between `ai-vterm.el' (F9 dispatch)
-;; and `eshell-vterm-config.el' (F12 dispatch); the geometry-
+;; and `vterm-config.el' (F12 dispatch); the geometry-
;; preservation pattern in both modules captures direction + body
;; size at toggle-off and replays them on the next toggle-on.
;;