aboutsummaryrefslogtreecommitdiff
path: root/modules/modeline-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/modeline-config.el')
-rw-r--r--modules/modeline-config.el10
1 files changed, 9 insertions, 1 deletions
diff --git a/modules/modeline-config.el b/modules/modeline-config.el
index 5afe226e5..0e6e5d0fb 100644
--- a/modules/modeline-config.el
+++ b/modules/modeline-config.el
@@ -2,7 +2,15 @@
;; author: Craig Jennings <c@cjennings.net>
;;; Commentary:
-
+;;
+;; Layer: 2 (Core UX).
+;; Category: C/S.
+;; Load shape: eager.
+;; Eager reason: the modeline is visible in the first frame.
+;; Top-level side effects: two add-hook (VC cache lifecycle).
+;; Runtime requires: user-constants.
+;; Direct test load: yes.
+;;
;; Simple, minimal modeline using only built-in Emacs functionality.
;; No external packages = no buffer issues, no native-comp errors.