[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars acb992d370 103/431: Mention ┋
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars acb992d370 103/431: Mention ┋ |
Date: |
Mon, 16 Sep 2024 12:59:18 -0400 (EDT) |
branch: externals/indent-bars
commit acb992d3702e03f2a35078a589d0d7967e355a53
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Mention ┋
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0cb9e2acbe..66a864b489 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ The main customization variables:
- `indent-bars-spacing-override`: Normally the number of spaces for
indentation is automatically discovered from the mode and other variables. If
that doesn't work for any reason, it can be explicitly set using this variable.
- `indent-bars-display-on-blank-lines`: Whether to display bars on blank lines.
- `indent-bars-prefer-character`: Use *characters* to display the vertical bar
instead of stipples. This occurs automatically on non-graphical displays
(terminals), but this variable can be used to always prefer character-based
display.
-- `indent-bars-no-stipple-char`: The character to use when stipples are
unavailable or disabled. Defaults to the vertical box character `│`. Other
good options include `┃` and `║`.
+- `indent-bars-no-stipple-char`: The character to use when stipples are
unavailable or disabled. Defaults to the vertical box character `│`. Other
good options include `┃`, `┋`, and `║`.
- `indent-bars-unspecified-bg|fg-color`: Colors to use for the frame
background and default foreground when unspecified (e.g. in terminals). If you
intend to use `indent-bars` in the terminal, set to the terminal
background/foreground colors you use.
See the documentation of each variable for more details.
- [elpa] branch externals/indent-bars created (now c4c680eb8e), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ba54e830a5 002/431: initial import, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d0be9f85cb 023/431: stipple: take optional bar arguments, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7b72bdb752 048/431: Initial README info, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars bda7039cfd 089/431: Update examples.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 085f9f7fed 081/431: Added terminal example image, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6ace473d05 121/431: README: document treesitter support, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a0d78b2c3d 065/431: Merge pull request #2 from BrunodaSilvaBelo/patch-1, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars e8cc5c4a77 094/431: Make default highlight bolder, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d8ee83c12d 063/431: Fix footnote, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars acb992d370 103/431: Mention ┋,
ELPA Syncer <=
- [elpa] externals/indent-bars 3a971623af 102/431: Tweak README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a3083e769d 061/431: Merge pull request #1 from ideasman42/patch-2, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d23ab840ec 062/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4a7f9c7528 059/431: README: more compatibility detail, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 25e3624ec1 108/431: initial support for treesitter + no string/comment descend, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b3297d6739 118/431: indent-at-node: move point (guard at top level with save-excursion), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b913264e5a 167/431: highlight-current-depth: add palette (no blending), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 5bce1c1324 005/431: Notes on updates :stipple usage given gutter offsets, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ee18d37d12 006/431: Greatly simplify row-data, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3fef0ab598 007/431: improve stipple description comment, ELPA Syncer, 2024/09/16