aboutsummaryrefslogtreecommitdiff
path: root/tests/test-vterm-toggle--dispatch.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
commitf5b0abcdc83d760c9e787061c5fcda3581d47562 (patch)
treeeabea4ed46c360668635ad394682b31065795847 /tests/test-vterm-toggle--dispatch.el
parent96b59b4742843566eaa600252d80a38236e45e84 (diff)
downloaddotemacs-f5b0abcdc83d760c9e787061c5fcda3581d47562.tar.gz
dotemacs-f5b0abcdc83d760c9e787061c5fcda3581d47562.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 'tests/test-vterm-toggle--dispatch.el')
-rw-r--r--tests/test-vterm-toggle--dispatch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-vterm-toggle--dispatch.el b/tests/test-vterm-toggle--dispatch.el
index 93c06467c..7e87f2b11 100644
--- a/tests/test-vterm-toggle--dispatch.el
+++ b/tests/test-vterm-toggle--dispatch.el
@@ -14,7 +14,7 @@
(add-to-list 'load-path (expand-file-name "modules" user-emacs-directory))
(add-to-list 'load-path (expand-file-name "tests" user-emacs-directory))
-(require 'eshell-vterm-config)
+(require 'vterm-config)
(require 'testutil-vterm-buffers)
(ert-deftest test-vterm-toggle--dispatch-window-displayed-returns-toggle-off ()