From a0f23a4d22ae6cd21bd1a53b2f9e71a12bee48ee Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 10 May 2026 15:31:27 -0500 Subject: 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. --- modules/vterm-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/vterm-config.el') diff --git a/modules/vterm-config.el b/modules/vterm-config.el index 9cf07abd4..e601ab403 100644 --- a/modules/vterm-config.el +++ b/modules/vterm-config.el @@ -24,7 +24,7 @@ (require 'keybindings) (require 'seq) (require 'subr-x) -(require 'cj-window-geometry) +(require 'cj-window-geometry-lib) (require 'cj-window-toggle-lib) (defvar-keymap cj/vterm-map -- cgit v1.2.3