branch: externals/indent-bars
commit 09a3fd24927c60b84d9e231d66bdb611a4b6fbfb
Author: JD Smith <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a1ffafdd7a..ca72bb066d 100644
--- a/README.md
+++ b/README.md
@@ -19,10 +19,12 @@ This package provides vertical indentation _guide bars_,
with the following feat
# FAQ's
- **I don't see anything/bars are garbled!** Not all Emacsen support
stipples; see [Compatibility](#compatibility).
-- **How can I find out if my Emacs support stipples?!** See [Testing
Stipples](#testing-stipples).
-- **The bars are too instrusive!** Reduce the `:blend` value in
`indent-bars-color` closer to zero. Consider disabling
`indent-bars-color-by-depth`.
+- **How can I find out if my Emacs supports stipples?!** See [Testing
Stipples](#testing-stipples).
+- **These bars are too instrusive!** Reduce the `:blend` value in
`indent-bars-color` closer to zero. Consider disabling
`indent-bars-color-by-depth`.
- **I can barely see the bars!** Increase the `:blend` value in
`indent-bars-color` closer to one.
- **I want completely unique indent guidebars so as to flex on my work
colleagues!**: check the [Examples](examples.md) for some ideas. The sky is
the limit.
+- **I use Emacs on the terminal, you insensitive clod!** `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.** Maybe
[this]([url](https://github.com/jdtsmith/indent-bars/blob/main/examples.md#minimal))
will suit you? Otherwise, you can turn off the stipple and use old fashioned
`│` characters with `indent-bars-prefer-character`.
# Install/config