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

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

[elpa] externals/indent-bars 827c99d394 332/431: README: FAQ updates


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 827c99d394 332/431: README: FAQ updates
Date: Mon, 16 Sep 2024 12:59:47 -0400 (EDT)

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

    README: FAQ updates
---
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index daf9301c2f..04b825f7a9 100644
--- a/README.md
+++ b/README.md
@@ -47,10 +47,11 @@ This package provides indentation _guide bars_ enhanced by 
tree-sitter:
 - **I want completely unique indent guidebars so as to flex on my 
colleagues!** <br>Check the [Examples](examples.md) for some ideas.  The sky is 
the limit (submit your examples).
 - **I use Emacs on the terminal, you insensitive clod!** <br>`indent-bars` 
will just work for you (though you don't get any fancy bar patterns).
 - **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**: You can turn 
on `indent-bars-no-descend-lists` or even use [tree-sitter to 
help](#tree-sitter).
-- **I want a bar in the very first column!**: set 
`indent-bars-starting-column` to 0.
-- **The current bar highlight is so fast, but it flashes too rapidly during 
scrolling!** 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**: You need to 
configure `indent-bars-treesit-scope` (and possibly `wrap`) for your language 
of interest. [More info](#configuring-tree-sitter).
+- **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).
+- **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.
+- **I turned on treesitter support but nothing happened**: <br>You need to 
configure `indent-bars-treesit-scope` (and possibly `wrap`) for your language 
of interest. [More info](#configuring-tree-sitter).
+- **How can I change the style of the out-of-scope bars?**: <br>Using a 
[parallel set](#tree-sitter-out-of-scope-alternate-styling-variables) of `ts-` 
customizations.
  
 # Install/config
 



reply via email to

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