branch: externals/indent-bars
commit 2350f4dd24a61c489ae341a7a29693cfe211ad1a
Author: JD Smith <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index cf07b88c49..5f27f6ebde 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ This package provides vertical indentation _guide bars_, with
the following feat
- **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`](#non-stipple-display).
- **When I view the same buffer side by side, the bars jump around!** <br>This
is a known issue for versions of Emacs with arbitrary pixel-width window; see
[Per-buffer stipple offsets](#per-buffer-stipple-offsets).
-- **I get too many bars inside function definitions and calls**: You can use
(tree-sitter to help)[#tree-sitter].
+- **I get too many bars inside function definitions and calls**: You can use
[tree-sitter to help](#tree-sitter).
# Install/config