diff options
Diffstat (limited to 'modules/custom-ordering.el')
| -rw-r--r-- | modules/custom-ordering.el | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/modules/custom-ordering.el b/modules/custom-ordering.el index ee2f2023..6536039e 100644 --- a/modules/custom-ordering.el +++ b/modules/custom-ordering.el @@ -1,7 +1,18 @@ ;;; custom-ordering.el --- -*- coding: utf-8; lexical-binding: t; -*- ;;; Commentary: - +;; +;; Layer: 2 (Core UX). +;; Category: L/C. +;; Load shape: eager. +;; Eager reason: registers its C-; o ordering submap at load. Currently eager by +;; init order; a deferral candidate for Phase 3/4 (command/autoload + +;; registration API). +;; Top-level side effects: defines cj/ordering-map, registers it under C-; o. +;; Runtime requires: cl-lib, keybindings (org-config on demand via +;; declare-function). +;; Direct test load: yes (requires keybindings explicitly). +;; ;; Text transformation and sorting utilities for reformatting data structures. ;; ;; Array/list formatting: |
