From 82294404a183bcbd5c4c46ee35c3eeb992e49a7a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 25 Jun 2026 22:00:48 -0400 Subject: refactor(term): extract eat-config.el from term-config.el Move the eat use-package, the F12/C-; keymap wiring, and the F12 dock-and-remember toggle out of term-config.el into a dedicated eat-config.el. term-config.el keeps ghostel (ai-term's backend) and requires eat-config for cj/term-toggle and cj/turn-off-chrome-for-term. Pure relocation, no behavior change. First step toward consolidating on EAT and retiring ghostel. The toggle tests now require eat-config. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 2fa34ab4c..f50c1fb8f 100644 --- a/init.el +++ b/init.el @@ -78,7 +78,8 @@ (require 'telega-config) ;; telegram client via telega.el (TDLib in docker) (require 'signal-config) ;; signal client via forked signel + signal-cli (require 'eshell-config) ;; emacs shell configuration -(require 'term-config) ;; ghostel + F12 toggle + tmux history copy +(require 'eat-config) ;; EAT terminal + the F12 dock-and-remember toggle +(require 'term-config) ;; ghostel (ai-term backend) + tmux history copy (require 'ai-term) ;; in-Emacs Claude launcher (vertical-split ghostel) (require 'help-utils) ;; search: arch-wiki, devdoc, tldr, wikipedia (require 'help-config) ;; info, man, help config -- cgit v1.2.3