branch: externals/indent-bars
commit a4d43c005435775ac821986f5231bf250fb5ddda
Author: JD Smith <[email protected]>
Commit: GitHub <[email protected]>
README: FAQ starting-column
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 71c9042d5e..22f25d8344 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,8 @@ 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`](#character-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).
+- **I want a bar in the very first column!**: set
`indent-bars-starting-column` to 0.
# Install/config