diff options
Diffstat (limited to 'modules/custom-comments.el')
| -rw-r--r-- | modules/custom-comments.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/custom-comments.el b/modules/custom-comments.el index 7e8e1404..467e1fd7 100644 --- a/modules/custom-comments.el +++ b/modules/custom-comments.el @@ -1,6 +1,17 @@ ;;; custom-comments.el --- Custom Comment Operations -*- coding: utf-8; lexical-binding: t; -*- ;; ;;; Commentary: +;; +;; Layer: 2 (Core UX). +;; Category: L/C. +;; Load shape: eager. +;; Eager reason: registers its C-; C comment 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/comment-map, registers it under C-; C. +;; Runtime requires: keybindings. +;; Direct test load: yes (requires keybindings explicitly). +;; ;; This module provides custom comment formatting and manipulation utilities for code editing. ;; ;; Functions include: |
