summaryrefslogtreecommitdiff
path: root/modules/vterm-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-24 17:01:40 -0500
committerCraig Jennings <c@cjennings.net>2026-05-24 17:01:40 -0500
commitf84bba186dca1543f9c5f02c03af355188b6e87c (patch)
tree5f5e8e57ae1eac99ea489a44435eb6e1e86cbc79 /modules/vterm-config.el
parentcad351ec00c3f78cfb6e203d87c7309a620e485c (diff)
downloaddotemacs-load-graph-classify-end.tar.gz
dotemacs-load-graph-classify-end.zip
docs(load-graph): classify remaining domain and optional modulesload-graph-classify-end
Final classification batch: the last 19 modules — linear-config, local-repository, lorem-optimum, mail-config, markdown-config, music-config, pdf-config, quick-video-capture, reconcile-open-repos, restclient-config, slack-config, system-commands, telega-config, tramp-config, transcription-config, video-audio-recording, vterm-config, weather-config, wrap-up. I annotated each header, added a Batch 9 table to the inventory, and extended the validation allowlist. 101 of 102 modules are now classified; only elfeed-config remains, deferred on its test fix. Two more hidden dependencies turned up. video-audio-recording uses the boundp shim for its C-; r binding, and mail-config registers C-; e directly without requiring keybindings, so it errors standalone rather than degrading. Both recorded for Phase 2.
Diffstat (limited to 'modules/vterm-config.el')
-rw-r--r--modules/vterm-config.el13
1 files changed, 12 insertions, 1 deletions
diff --git a/modules/vterm-config.el b/modules/vterm-config.el
index 20c85468..a87d354e 100644
--- a/modules/vterm-config.el
+++ b/modules/vterm-config.el
@@ -2,7 +2,18 @@
;; author Craig Jennings <c@cjennings.net>
;;; Commentary:
-
+;;
+;; Layer: 3 (Domain Workflow).
+;; Category: D/P.
+;; Load shape: eager.
+;; Eager reason: registers terminal keymaps and the F12 toggle; a command/hook
+;; deferral candidate.
+;; Top-level side effects: defines two keymaps (one under cj/custom-keymap), one
+;; global key, two add-hook, package config.
+;; Runtime requires: keybindings, seq, subr-x, cj-window-geometry-lib,
+;; cj-window-toggle-lib.
+;; Direct test load: yes (requires keybindings explicitly).
+;;
;; VTERM
;; At the moment, vterm behaves like a real terminal. For most keys, vterm will
;; just send them to the process that is currently running. So, C-a may be