diff options
Diffstat (limited to 'modules/custom-line-paragraph.el')
| -rw-r--r-- | modules/custom-line-paragraph.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/custom-line-paragraph.el b/modules/custom-line-paragraph.el index 0eb1e2a5..8bbbeadb 100644 --- a/modules/custom-line-paragraph.el +++ b/modules/custom-line-paragraph.el @@ -3,6 +3,17 @@ ;; ;;; Commentary: ;; +;; Layer: 2 (Core UX). +;; Category: L/C. +;; Load shape: eager. +;; Eager reason: registers its C-; l line/paragraph 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/line-and-paragraph-map, registers it under +;; C-; l. +;; Runtime requires: keybindings (expand-region on demand via declare-function). +;; Direct test load: yes (requires keybindings explicitly). +;; ;; This module provides the following line and paragraph manipulation utilities: ;; ;; - joining lines in a region or the current line with the previous one |
