[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
- [elpa] externals/indent-bars 71472e3cce 040/431: sub-headings, (continued)
- [elpa] externals/indent-bars 71472e3cce 040/431: sub-headings, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f608dce7a6 046/431: Convert examples from org to md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b4995ad103 058/431: README: add hl-indent-scope, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f109140fcb 047/431: examples.md: added images, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0500330d87 070/431: README: mention after-make-frame-hook, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6e33272206 086/431: Ensure daemon-mode deferred setup runs in current buffer, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 21b84f400d 079/431: README: improvments and describe new non-stipple display options, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 213033e60e 100/431: Allow :blend by itself for current depth, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars be6a67cda4 093/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4501c7e884 119/431: ts-lang -> ts-parser: cache parser instead of lang, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 026ee80a27 028/431: commentary: improve,
ELPA Syncer <=
- [elpa] externals/indent-bars ca9b1a630f 035/431: setup: slight re-org, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 1215185bfb 033/431: draw: return object (if any), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 00c4e12bbd 036/431: allow highlighting single blank lines, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 1a5f016740 032/431: blank line bars: correctly mark final line bars, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 5f5dd86810 034/431: always resize stipple on setup, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 931bf08cb2 045/431: Examples: add default, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c534bb5b5d 056/431: Minor README tweak, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a9381135ff 051/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9f03b2183b 055/431: Require compat, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 1cd0c30ba3 049/431: Tweaks to README.md, ELPA Syncer, 2024/09/16