summaryrefslogtreecommitdiff
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
commit2c96e16eedf79148f736f85a0c50502d4bd44341 (patch)
tree1973ad45a295ebb649804801b88c36bbeff97dc3 /modules/ai-vterm.el
parent1c36525ad71904c68d4134cbf2e26301a2d98a4e (diff)
downloaddotemacs-2c96e16eedf79148f736f85a0c50502d4bd44341.tar.gz
dotemacs-2c96e16eedf79148f736f85a0c50502d4bd44341.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 7181c227..b657b249 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))