diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-10 03:25:35 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-10 03:25:35 -0500 |
| commit | b099c779343119ce40f2636469e118ec104002e0 (patch) | |
| tree | 84d65a175f064c3684f3d74af2844811282d72ff /modules/cj-window-toggle.el | |
| parent | 9712c2e122bd6923298910fcb53b33ca675ddd82 (diff) | |
| download | dotemacs-b099c779343119ce40f2636469e118ec104002e0.tar.gz dotemacs-b099c779343119ce40f2636469e118ec104002e0.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-toggle.el')
| -rw-r--r-- | modules/cj-window-toggle.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cj-window-toggle.el b/modules/cj-window-toggle.el index 016b1967..2aa66ac9 100644 --- a/modules/cj-window-toggle.el +++ b/modules/cj-window-toggle.el @@ -5,7 +5,7 @@ ;;; Commentary: ;; Parameterized helpers used by ai-vterm.el (F9) and -;; eshell-vterm-config.el (F12) to capture a window's geometry at +;; vterm-config.el (F12) to capture a window's geometry at ;; toggle-off and replay it on the next toggle-on. Each consumer ;; holds its own pair of state variables (last-direction symbol + ;; last-size integer/float) and passes the variable symbols to the |
