emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/indent-bars 026ee80a27 028/431: commentary: improve


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 026ee80a27 028/431: commentary: improve
Date: Mon, 16 Sep 2024 12:59:10 -0400 (EDT)

branch: externals/indent-bars
commit 026ee80a27840588795f12fe6cbd1355cfe477c6
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    commentary: improve
---
 indent-bars.el | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/indent-bars.el b/indent-bars.el
index 60d64d84a2..87832eff99 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -24,11 +24,14 @@
 
 ;;; Commentary:
 
-;; indent-bars highlights indentation with configurable font-based
-;; bars.  It includes the option for depth-varying colors and
-;; highlighting the indentation level of the current line.  Bars span
-;; blank lines, by default.  Works only for modes using fixed,
-;; space-based indentation.
+;; indent-bars highlights indentation with configurable font-lock
+;; based vertical bars.  The color and appearance (weight, pattern,
+;; position within the character, zigzag, etc.) are all configurable.
+;; Includes the option for depth-varying colors and highlighting the
+;; indentation level of the current line.  Bars span blank lines, by
+;; default.  indent-bars works in any mode using fixed, space-based
+;; indentation.
+
 
 ;;; Code:
 ;;;; Requires



reply via email to

[Prev in Thread] Current Thread [Next in Thread]