aboutsummaryrefslogtreecommitdiff
path: root/modules/cj-window-geometry-lib.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(cj-window-geometry): rename to cj-window-geometry-libCraig Jennings2026-05-101-0/+81
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.