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 | 1c36525ad71904c68d4134cbf2e26301a2d98a4e (patch) | |
| tree | fbc64a2c8dcf8e76481922f54d4d452ff6d7bcc7 /modules/ai-vterm.el | |
| parent | f7e4069cbbd69d873e6909930f3695a4bdaaa871 (diff) | |
| download | dotemacs-1c36525ad71904c68d4134cbf2e26301a2d98a4e.tar.gz dotemacs-1c36525ad71904c68d4134cbf2e26301a2d98a4e.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/ai-vterm.el')
| -rw-r--r-- | modules/ai-vterm.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ai-vterm.el b/modules/ai-vterm.el index 482f6522..7181c227 100644 --- a/modules/ai-vterm.el +++ b/modules/ai-vterm.el @@ -37,7 +37,7 @@ (require 'cl-lib) (require 'seq) (require 'cj-window-geometry) -(require 'cj-window-toggle) +(require 'cj-window-toggle-lib) (declare-function vterm "vterm" (&optional buffer-name)) (declare-function vterm-send-string "vterm" (string &optional paste-p)) |
