[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 0d684be9eb 290/431: docs: custom vars doc i
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 0d684be9eb 290/431: docs: custom vars doc improvmements |
Date: |
Mon, 16 Sep 2024 12:59:40 -0400 (EDT) |
branch: externals/indent-bars
commit 0d684be9eb68b55874f40587f367d2d0854ce1f5
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
docs: custom vars doc improvmements
---
indent-bars-ts.el | 10 +++++-----
indent-bars.el | 1 +
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/indent-bars-ts.el b/indent-bars-ts.el
index ec78fce0bf..bf0ece8778 100644
--- a/indent-bars-ts.el
+++ b/indent-bars-ts.el
@@ -61,9 +61,9 @@ increased more than one beyond that of the containing node's
depth. This is typically done for lists, parameters, function
arguments, etc., to avoid unwanted \"extra bars\". Types must be
valid node types for the grammar of the language indicated. Note
-that the options `indent-bars-no-descend-string' and
-`indent-bars-no-descend-lists', if set, take precedence over this
-option."
+that the (non-treesitter) options `indent-bars-no-descend-string'
+and `indent-bars-no-descend-lists', if set, take precedence over
+this option."
:type '(choice (const :tag "No wrap types" nil)
(alist :tag "Alist of node types"
:key-type (symbol :tag "Language")
@@ -101,8 +101,8 @@ is set."
:group 'indent-bars-ts)
(defcustom indent-bars-ts-update-delay 0.125
- "Minimum delay time in seconds between treesitter scope updates.
-Has effect only if `indent-bars-treesit-scope' is non-nil."
+ "Idle time in seconds for treesitter scope updates to occur.
+This has effect only if `indent-bars-treesit-scope' is non-nil."
:type 'float
:group 'indent-bars-ts)
diff --git a/indent-bars.el b/indent-bars.el
index c04e07eb37..a6b0d70eed 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1556,6 +1556,7 @@ Adapted from `highlight-indentation-mode'."
(dolist (s indent-bars--styles)
(face-remap-remove-relative
(alist-get (ibs/tag s) indent-bars--remaps)))
+
;; Remove stipple remaps and window parameters
(unless indent-bars--no-stipple
(when indent-bars--stipple-remaps
- [elpa] externals/indent-bars 79c21f2999 429/431: Assign copyright to FSF, (continued)
- [elpa] externals/indent-bars 79c21f2999 429/431: Assign copyright to FSF, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9fc2e57d38 420/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 852c12b1fe 430/431: README: mention ELPA, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2d1d854dda 393/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c02ded1991 406/431: Bump version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 51f12b7c06 215/431: Correct depth calculation (again), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 29d32e5718 241/431: Make style variables global and move remaps to buffer-local vars, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars fb1a0d6d1a 239/431: Merge pull request #39 from oxcl/main, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 5c06a2d47a 252/431: re-organize requires, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 06c9d7e380 274/431: TS scope update: use idle-timer instead, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0d684be9eb 290/431: docs: custom vars doc improvmements,
ELPA Syncer <=
- [elpa] externals/indent-bars 8787ebc872 300/431: Increase default TS out-of-scope color blend factor to 0.15, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7c8d680619 348/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 29005e1bd0 317/431: Increase default color blend to 0.5, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 1a851b6503 345/431: remove ts-teardown hook function on teardown, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c12c740153 346/431: Bump version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0af707c007 338/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars af02883218 374/431: README improvements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f486b9a4c8 350/431: README: cleanup links, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars cbe88d5c7a 379/431: README: fix stray empty item, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 95592c1888 382/431: TS: improve Developer doc, ELPA Syncer, 2024/09/16