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 | c8abb9dd4e80335c5d4a87dedd60ef3b18532805 (patch) | |
| tree | d0a70299ebf37a62b8d1de46847f5260a7a33437 /modules/vterm-config.el | |
| parent | f869eae32f27039f40c484c00c3b79e3e988ced9 (diff) | |
| download | dotemacs-c8abb9dd4e80335c5d4a87dedd60ef3b18532805.tar.gz dotemacs-c8abb9dd4e80335c5d4a87dedd60ef3b18532805.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.") |
