From a2e41803d7d29a43ed37a5cf9fd7fe53ca5c15b5 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 10 May 2026 15:28:31 -0500 Subject: 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. --- modules/ai-vterm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ai-vterm.el') 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)) -- cgit v1.2.3