aboutsummaryrefslogtreecommitdiff
path: root/init.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
commitb099c779343119ce40f2636469e118ec104002e0 (patch)
tree84d65a175f064c3684f3d74af2844811282d72ff /init.el
parent9712c2e122bd6923298910fcb53b33ca675ddd82 (diff)
downloaddotemacs-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 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index 3d079fc7..33a7dc62 100644
--- a/init.el
+++ b/init.el
@@ -71,7 +71,8 @@
(require 'diff-config) ;; diff and merge functionality w/in Emacs
(require 'erc-config) ;; seamless IRC client
(require 'slack-config) ;; slack client via emacs-slack
-(require 'eshell-vterm-config) ;; shell and terminal configuration
+(require 'eshell-config) ;; emacs shell configuration
+(require 'vterm-config) ;; vterm + F12 toggle + tmux history copy
(require 'ai-vterm) ;; in-Emacs Claude launcher (vertical-split vterm)
(require 'help-utils) ;; search: arch-wiki, devdoc, tldr, wikipedia
(require 'help-config) ;; info, man, help config