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

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

[elpa] externals/indent-bars bcb3b0fdb1 329/431: Update README.md


From: ELPA Syncer
Subject: [elpa] externals/indent-bars bcb3b0fdb1 329/431: Update README.md
Date: Mon, 16 Sep 2024 12:59:46 -0400 (EDT)

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

    Update README.md
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 8553473544..104250c7aa 100644
--- a/README.md
+++ b/README.md
@@ -227,9 +227,9 @@ The easiest way to configure inheritance and unspecified 
values in the `ts` vari
 
 `indent-bars` can highlight the bar at the current depth, and supports a few 
different ways to determine which bar that is (see 
`indent-bars-highlight-selection-method`):
 
-1. `nil`: The simplest version selects the depth of the last-visible bar on 
the current line.
-2. `on-bar`:  The old default, which selects the depth of the "unseen" bar 
that the first character of text on the current line cover up.
-3. `context`: The new default, which selects the last-visible bar unless an 
adjacent no-blank line is indented deeper by at least one indent spacing, in 
which case the `on-bar` approach is used.
+1. `nil`: The simplest version selects the depth of the last-visible bar on 
the current line for highlight.
+2. `on-bar`:  The old default, which selects the depth of the "unseen" bar 
that the first character of text on the current line covers up.
+3. `context`: The new default, which selects the last-visible bar _unless_ an 
adjacent non-blank line is indented deeper by at least one indent spacing, in 
which case the `on-bar` approach is used.
 
 Experiment with these to see what you prefer.
 



reply via email to

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