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

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

[elpa] externals/indent-bars 5ddaf12da3 375/431: Update README.md


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

branch: externals/indent-bars
commit 5ddaf12da39aa4ffccd345dc00cb8ccb4c1e0674
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 0aea945685..d09134df66 100644
--- a/README.md
+++ b/README.md
@@ -56,11 +56,11 @@ This package provides indentation _guide bars_ in Emacs, 
enhanced by tree-sitter
 - **I use graphical Emacs, but am an extreme minimalist.  All my outfits are 
gray.  Including my socks.** <br>Maybe [this](examples.md#minimal) will suit 
you?  Otherwise, you can turn off the stipple and use old fashioned `│` 
characters with [`indent-bars-prefer-character`](#character-display).
 - **I get too many bars inside function definitions and calls**: <br>You can 
turn on `indent-bars-no-descend-lists` or even use [tree-sitter to 
help](#tree-sitter-details).
 - **I want a bar in the very first column!**: <br>Set 
`indent-bars-starting-column` to 0.
-- **The current bar highlight is so fast, but it flashes too rapidly during 
scrolling!** <br>Update to v0.2.2 or later and set 
`indent-bars-depth-update-delay` to a comfortable number like 0.1s (0.075s is 
the default).  If you _like_ the crazy-fast updates, set this to 0.
+- **The current bar highlight is so fast, but it flashes too rapidly during 
scrolling!**: <br>Update to v0.2.2 or later and set 
`indent-bars-depth-update-delay` to a comfortable number like 0.1s (0.075s is 
the default).  If you _like_ the crazy-fast updates, set this to 0.
 - **I turned on treesitter support but nothing happened**: <br>You need to 
configure `indent-bars-treesit-scope` (and possibly `wrap`) for your 
language(s) of interest. [More info](#configuring-tree-sitter).
 - **How can I change the style of the out-of-scope bars?**: <br>Using an 
[alternate set](#tree-sitter-alternate-styling-variables) of `ts-` 
customizations.
-- **What if I want out-of-scope text to have the default style, and in-scope 
text to be special?** You want to set `indent-bars-ts-styling-scope` to 
`'in-scope`. 
-- **My treesitter scope makes no sense** A common mistake is adding too many 
node types for your language to the `indent-bars-treesit-scope` variable.  
Start small, with thing you _know_ you want (function, method, class, etc.).
+- **What if I want out-of-scope text to have the default style, and in-scope 
text to be special?**: <br>You want to set `indent-bars-ts-styling-scope` to 
`'in-scope`. 
+- **My treesitter scope makes no sense!**: <br>A common mistake is adding too 
many node types for your language to the `indent-bars-treesit-scope` variable.  
Start small, with thing you _know_ you want (function, method, class, etc.).
 
 
 # Install/config



reply via email to

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