summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/custom-comments.el15
1 files changed, 13 insertions, 2 deletions
diff --git a/modules/custom-comments.el b/modules/custom-comments.el
index b7052c66..267c4412 100644
--- a/modules/custom-comments.el
+++ b/modules/custom-comments.el
@@ -1,8 +1,19 @@
;;; custom-comments.el --- Custom Comment Operations -*- coding: utf-8; lexical-binding: t; -*-
-
+;;
;;; Commentary:
+;; This module provides custom comment formatting and manipulation utilities for code editing.
+;;
+;; Functions include:
+;; - deleting all comments in a buffer,
+;; - reformatting commented text into single-line paragraphs,
+;; - creating centered comment headers with customizable separator characters,
+;; - creating comment boxes around text
+;; - inserting hyphen-style centered comments.
+;;
+;; These utilities help create consistent, well-formatted code comments and section headers.
+;; Bound to keymap prefix: C-; C
+;;
;;
-
;;; Code:
(eval-when-compile (require 'keybindings)) ;; for keymapping below