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

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

[elpa] externals/indent-bars 6f0f2bf5ce 092/431: Update README.md


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

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

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

diff --git a/README.md b/README.md
index a68dd0e648..27f5ed954e 100644
--- a/README.md
+++ b/README.md
@@ -100,12 +100,6 @@ The heaviest operation (though still fairly efficient) is 
**blank-line highlight
 
 ## Display
 
-### Non-stipple display
-
-For terminals, (and everywhere, if `indent-bars-prefer-character` is set), 
`indent-bars` will not attempt stipple display, but instead use simple 
characters (e.g. `│`; see [an example](examples.md#in-terminal)).
-
-Note that in mixed gui/terminal sessions of the same Emacs version, you may 
need to `M-x indent-bars-reset` when switching a given buffer between graphical 
and terminal frames.
-
 ### Stipples
 
 Stipples are repeating patterns anchored to the full emacs frame.  
`indent-bars` basically "opens windows" on this fixed pattern to "reveal" the 
bars.
@@ -140,6 +134,12 @@ There is one rare corner case, however: showing the *same 
buffer* side by side i
 
 Options are living with this, switching to [character-based 
bars](#non-stipple-display), or (for Emacs >=29) instead of visiting the same 
buffer, cloning an indirect buffer (which has other advantages, like an 
independent region).  Note that Emacs 28 and earlier have a bug which results 
in cloned buffers sharing the same face remapping list as their parent; this is 
fixed in Emacs 29.
 
+### Non-stipple display
+
+For terminals, (and everywhere, if `indent-bars-prefer-character` is set), 
`indent-bars` will not attempt stipple display, but instead use simple 
characters (e.g. `│`; see [an example](examples.md#in-terminal)).
+
+Note that in mixed gui/terminal sessions of the same Emacs version, you may 
need to `M-x indent-bars-reset` when switching a given buffer between graphical 
and terminal frames.
+
 ### Advantages/Disadvantages
 
 #### Advantages of stipples



reply via email to

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