diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-25 22:00:48 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-25 22:00:48 -0400 |
| commit | 82294404a183bcbd5c4c46ee35c3eeb992e49a7a (patch) | |
| tree | fec256e8db63ee2a12bb1b630b04c6f7c060e072 /tests/test-term-toggle--display.el | |
| parent | 279ab39e964d6daa89b8459674bfb0701d92cfa7 (diff) | |
| download | dotemacs-82294404a183bcbd5c4c46ee35c3eeb992e49a7a.tar.gz dotemacs-82294404a183bcbd5c4c46ee35c3eeb992e49a7a.zip | |
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.
Diffstat (limited to 'tests/test-term-toggle--display.el')
| -rw-r--r-- | tests/test-term-toggle--display.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-term-toggle--display.el b/tests/test-term-toggle--display.el index d6dd33da2..d59d23b15 100644 --- a/tests/test-term-toggle--display.el +++ b/tests/test-term-toggle--display.el @@ -14,7 +14,7 @@ (require 'cl-lib) (add-to-list 'load-path (expand-file-name "modules" user-emacs-directory)) -(require 'term-config) +(require 'eat-config) (ert-deftest test-term-toggle--capture-state-records-direction-and-size () "Normal: capture-state writes direction and integer size. |
