aboutsummaryrefslogtreecommitdiff
path: root/modules/ai-vterm.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-10 15:31:27 -0500
committerCraig Jennings <c@cjennings.net>2026-05-10 15:31:27 -0500
commitc174f3b0e3ec12eae6b315524f6a6bbae1f63380 (patch)
treeac24310962cebf647311c17368c0e5ff929c219d /modules/ai-vterm.el
parent51ca3613d050e0bf9cbcb9681cfccdcc68827b9f (diff)
downloaddotemacs-c174f3b0e3ec12eae6b315524f6a6bbae1f63380.tar.gz
dotemacs-c174f3b0e3ec12eae6b315524f6a6bbae1f63380.zip
refactor(cj-window-geometry): rename to cj-window-geometry-lib
Same naming-convention fix as the other library renames in this series. Rename modules/cj-window-geometry.el -> modules/cj-window-geometry-lib.el and tests/test-cj-window-geometry.el -> tests/test-cj-window-geometry-lib.el. Update provide forms, file headers, and the (require 'cj-window-geometry) call sites in cj-window-toggle-lib.el, ai-vterm.el, vterm-config.el, and the test file. 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 7181c227e..b657b249e 100644
--- a/modules/ai-vterm.el
+++ b/modules/ai-vterm.el
@@ -36,7 +36,7 @@
(require 'cl-lib)
(require 'seq)
-(require 'cj-window-geometry)
+(require 'cj-window-geometry-lib)
(require 'cj-window-toggle-lib)
(declare-function vterm "vterm" (&optional buffer-name))