[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 5ddaf12da3 375/431: Update README.md
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 5ddaf12da3 375/431: Update README.md |
Date: |
Mon, 16 Sep 2024 12:59:51 -0400 (EDT) |
branch: externals/indent-bars
commit 5ddaf12da39aa4ffccd345dc00cb8ccb4c1e0674
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Update README.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 0aea945685..d09134df66 100644
--- a/README.md
+++ b/README.md
@@ -56,11 +56,11 @@ This package provides indentation _guide bars_ in Emacs,
enhanced by tree-sitter
- **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**: <br>You can
turn on `indent-bars-no-descend-lists` or even use [tree-sitter to
help](#tree-sitter-details).
- **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.
+- **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(s) of interest. [More info](#configuring-tree-sitter).
- **How can I change the style of the out-of-scope bars?**: <br>Using an
[alternate set](#tree-sitter-alternate-styling-variables) of `ts-`
customizations.
-- **What if I want out-of-scope text to have the default style, and in-scope
text to be special?** You want to set `indent-bars-ts-styling-scope` to
`'in-scope`.
-- **My treesitter scope makes no sense** A common mistake is adding too many
node types for your language to the `indent-bars-treesit-scope` variable.
Start small, with thing you _know_ you want (function, method, class, etc.).
+- **What if I want out-of-scope text to have the default style, and in-scope
text to be special?**: <br>You want to set `indent-bars-ts-styling-scope` to
`'in-scope`.
+- **My treesitter scope makes no sense!**: <br>A common mistake is adding too
many node types for your language to the `indent-bars-treesit-scope` variable.
Start small, with thing you _know_ you want (function, method, class, etc.).
# Install/config
- [elpa] externals/indent-bars ac949f347e 260/431: Remove unnecessary cleanup on update-all-stipples, (continued)
- [elpa] externals/indent-bars ac949f347e 260/431: Remove unnecessary cleanup on update-all-stipples, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 916dc89ce9 261/431: Do not trust indent-bars-whr window parameter absolutely, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7e0493f157 280/431: Store and check bol not point; no scope recompute on same line, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 75498edc35 281/431: docstrings: custom vars, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 1439cc08d1 285/431: create-stipples -> create-stipple-remaps, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a3dc4a81d6 322/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a7e9554671 326/431: Bump width-frac to 0.375, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b2ea9c3b47 343/431: treesit scope: save and invalidate old ranges too, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 56bf93a7c3 313/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0c136d8f68 357/431: Merge branch 'main' into simple-scope, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 5ddaf12da3 375/431: Update README.md,
ELPA Syncer <=
- [elpa] externals/indent-bars 11e639365d 368/431: Add new ts--custom-update-scope to custom-set hook, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b4594e0946 355/431: Correct local stipple update on text-scale, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6f8b8ec6d3 399/431: Tweak commentary, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ea0cd3de21 390/431: indent-bars-ts: use the new jit/font-lock approach for scope bars, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 756cfb0f55 403/431: Handle c-ts-mode's offset variable, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d4c5d33ebf 408/431: ts: additional with-silent-modifications to ensure buffer unchanged, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2afaaa2398 421/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a86f8eca12 410/431: be more defensive with face-foreground/background, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6efd53115d 419/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a31c2f446a 396/431: indent-bars-ts: rename to finalize-jit-lock, ELPA Syncer, 2024/09/16