aboutsummaryrefslogtreecommitdiff
path: root/modules/diff-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-24 16:30:20 -0500
committerCraig Jennings <c@cjennings.net>2026-05-24 16:30:20 -0500
commit1745c383728f501643202408b9e755976950d0cd (patch)
tree1be9505dde8a75cb698602fa5f86c3851fb9dbf1 /modules/diff-config.el
parentce8d7d32e8b8e08c5a42c713c15b0b809171f2af (diff)
downloaddotemacs-1745c383728f501643202408b9e755976950d0cd.tar.gz
dotemacs-1745c383728f501643202408b9e755976950d0cd.zip
docs(load-graph): classify dev, diff, help, lint, and VC modules
Fifth classification batch: the development-workflow entry points and package config — coverage-core, coverage-elisp, dev-fkeys, diff-config, help-config, help-utils, flycheck-config, test-runner, vc-config. I annotated each header, added a Batch 5 table to the inventory, and extended the validation allowlist. 42 of 102 modules are now classified. Two more hidden dependencies turned up, both about cj/custom-keymap. dev-fkeys repeats the custom-buffer-file boundp shim for its C-; P binding. flycheck-config binds (:map cj/custom-keymap ...) through use-package without requiring keybindings, so it fails to load standalone. Both recorded for the Phase 2 dependency pass.
Diffstat (limited to 'modules/diff-config.el')
-rw-r--r--modules/diff-config.el11
1 files changed, 10 insertions, 1 deletions
diff --git a/modules/diff-config.el b/modules/diff-config.el
index 45c2a778..75869a73 100644
--- a/modules/diff-config.el
+++ b/modules/diff-config.el
@@ -2,7 +2,16 @@
;; author Craig Jennings <c@cjennings.net>
;;; Commentary:
-
+;;
+;; Layer: 2 (Core UX).
+;; Category: C/P.
+;; Load shape: eager.
+;; Eager reason: Ediff and diff UX defaults; eager only by init order, a
+;; package-load deferral candidate.
+;; Top-level side effects: package configuration via use-package.
+;; Runtime requires: none.
+;; Direct test load: yes.
+;;
;; I've configured Ediff for a clean and efficient diff experience.
;; • Ediff will use a plain control window, horizontal splits, ignore whitespace, and only highlight the current change.