diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-10 15:28:31 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-10 15:28:31 -0500 |
| commit | 51ca3613d050e0bf9cbcb9681cfccdcc68827b9f (patch) | |
| tree | 5b1714aea91381834691ab48c7f8f662635e8723 /modules/vterm-config.el | |
| parent | 771428de04a70a8d37458e65397c687a294b35b5 (diff) | |
| download | dotemacs-51ca3613d050e0bf9cbcb9681cfccdcc68827b9f.tar.gz dotemacs-51ca3613d050e0bf9cbcb9681cfccdcc68827b9f.zip | |
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.
Diffstat (limited to 'modules/vterm-config.el')
| -rw-r--r-- | modules/vterm-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/vterm-config.el b/modules/vterm-config.el index 5acf33633..9cf07abd4 100644 --- a/modules/vterm-config.el +++ b/modules/vterm-config.el @@ -25,7 +25,7 @@ (require 'seq) (require 'subr-x) (require 'cj-window-geometry) -(require 'cj-window-toggle) +(require 'cj-window-toggle-lib) (defvar-keymap cj/vterm-map :doc "Personal vterm command map.") |
