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

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

[elpa] externals/indent-bars 6d0943ede5 2/2: clarify blank line display


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 6d0943ede5 2/2: clarify blank line display contiguous with existing lines with bars
Date: Tue, 24 Sep 2024 12:58:28 -0400 (EDT)

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

    clarify blank line display contiguous with existing lines with bars
---
 README.md      | 4 ++--
 indent-bars.el | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 3b27d3c357..bc679d5300 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ To clone with `use-package` and `straight`:
 
 ## use-package with tree-sitter support
 
-Configure `tree-sitter` and `ignore-blank-line` support for an example 
language.
+Configures `tree-sitter` and `ignore-blank-line` support for an example 
language.
 
 ```elisp
 (use-package indent-bars
@@ -154,7 +154,7 @@ Configuration variables for bar position and line locations 
(including on blank
 
 - `indent-bars-starting-column`: column to use for the first bar (default: one 
indent spacing).  Can be set in special modes which start at an unusual fixed 
offset, or set to 0 to get "column 0" bars (which are possibly superfluous 
given the left buffer edge).
 - `indent-bars-spacing-override`:  Normally the number of spaces for 
indentation is automatically discovered from the mode and other variables.  If 
that doesn't work for any reason, it can be explicitly overridden using this 
variable.
-- `indent-bars-display-on-blank-lines`: Whether to display bars on blank lines.
+- `indent-bars-display-on-blank-lines`: Whether to display bars on blank lines 
contiguous with lines already showing bars.
 - `indent-bars-no-descend-string`: Whether to inhibit increasing bar depth 
inside of strings. 
 - `indent-bars-no-descend-list`: Whether to inhibit increasing bar depth 
inside of lists. 
 
diff --git a/indent-bars.el b/indent-bars.el
index 45bcaae9df..4459bd4eb0 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -398,7 +398,9 @@ non-nil.  Set to 0 for instant depth updates."
 
 ;;;;; Other
 (defcustom indent-bars-display-on-blank-lines t
-  "Whether to display bars on blank lines."
+  "Whether to display bars on blank lines.
+Bars are shown only on blank lines contiguously adjacent to lines
+already showing bars."
   :type 'boolean
   :set #'indent-bars--custom-set
   :group 'indent-bars)



reply via email to

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