branch: externals/indent-bars commit 88261051823961f0fc60c3c76b0cf2bae4ab32e4 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa5e72859f..64b81ec36b 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,6 @@ See [tree-sitter](#tree-sitter), and also the [Wiki page](https://github.com/jdt > [!IMPORTANT] > For `indent-bars` to display fancy guide bars, your port and version of > emacs must correctly display the `:stipple` face attribute. **Most do**, > but some do not. -`indent-bars` can also be used *without stipples*, drawing a simple vertical character (like `│`) instead. It automatically does this in non-graphical displays (terminals), but can optionally be configured to do so always; see [Character Display](#character-display). Known `:stipple` support, by Emacs build: @@ -114,9 +113,9 @@ Known `:stipple` support, by Emacs build: [^1]: Most easily installed [with brew](https://github.com/railwaycat/homebrew-emacsmacport). -Please [open an issue](../../issues) with any updates/corrections to this list. +Please [open an issue](../../issues) with any updates/corrections to this list. See also [Testing Stipples](#testing-stipples). -See also [Testing Stipples](#testing-stipples). +`indent-bars` can also be used *without stipples*, drawing a simple vertical character (like `│`) instead. It automatically does this in non-graphical displays (terminals), but this can be made the default; see [Character Display](#character-display). # Customization `M-x customize-group indent-bars` is the easiest way to customize everything about the appearance and function of `indent-bars` (check sub-groups too).