aboutsummaryrefslogtreecommitdiff
path: root/modules/ai-vterm.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-10 15:28:31 -0500
committerCraig Jennings <c@cjennings.net>2026-05-10 15:28:31 -0500
commit42b0b891359bf23324221a3cd0dd550bdb633ad6 (patch)
treefbc64a2c8dcf8e76481922f54d4d452ff6d7bcc7 /modules/ai-vterm.el
parent996aa90d4bbcd87032362b3b3e5105cd92f8342e (diff)
downloaddotemacs-42b0b891359bf23324221a3cd0dd550bdb633ad6.tar.gz
dotemacs-42b0b891359bf23324221a3cd0dd550bdb633ad6.zip
refactor(cj-window-toggle): rename to cj-window-toggle-lib for naming consistency
Rename modules/cj-window-toggle.el -> modules/cj-window-toggle-lib.el and tests/test-cj-window-toggle.el -> tests/test-cj-window-toggle-lib.el. Update provide forms, file headers, and the (require 'cj-window-toggle) call sites in ai-vterm.el, vterm-config.el, and the test file. Same rationale as the cj-cache and cj-org-text renames -- library files in this codebase are suffixed `-lib'. No behavior change.
Diffstat (limited to 'modules/ai-vterm.el')
-rw-r--r--modules/ai-vterm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ai-vterm.el b/modules/ai-vterm.el
index 482f6522..7181c227 100644
--- a/modules/ai-vterm.el
+++ b/modules/ai-vterm.el
@@ -37,7 +37,7 @@
(require 'cl-lib)
(require 'seq)
(require 'cj-window-geometry)
-(require 'cj-window-toggle)
+(require 'cj-window-toggle-lib)
(declare-function vterm "vterm" (&optional buffer-name))
(declare-function vterm-send-string "vterm" (string &optional paste-p))