diff options
| author | Craig Jennings <c@cjennings.net> | 2025-10-20 06:54:06 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-10-20 06:54:06 -0500 |
| commit | d80d4814f6847bde1c1cf226f985947d947daac2 (patch) | |
| tree | f2a2781ba68875aede3f0f1bbe2ae5429da95bde /modules/custom-line-paragraph.el | |
| parent | 0aa93ee028eed39f5ff9f399b2d3748b4df68c3c (diff) | |
doc: Improved Commentary
Diffstat (limited to 'modules/custom-line-paragraph.el')
| -rw-r--r-- | modules/custom-line-paragraph.el | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/modules/custom-line-paragraph.el b/modules/custom-line-paragraph.el index 7547d8ac..4f8315e7 100644 --- a/modules/custom-line-paragraph.el +++ b/modules/custom-line-paragraph.el @@ -2,7 +2,19 @@ ;;; Commentary: ;; - +;; This module provides line and paragraph manipulation utilities. +;; These utilities enhance text editing and formatting capabilities. +;; +;; Functions include: +;; - joining lines in a region or the current line with the previous one +;; - joining entire paragraphs into single lines +;; - duplicating lines or regions (with optional commenting) +;; - removing duplicate lines +;; - removing lines containing specific text +;; - underlining text with a custom character +;; +;; Bound to keymap prefix ~C-; l +;; ;;; Code: (use-package expand-region |
