[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 12204b155b 278/431: Use indent-bars group f
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 12204b155b 278/431: Use indent-bars group for everything (with sub-groups) |
Date: |
Mon, 16 Sep 2024 12:59:38 -0400 (EDT) |
branch: externals/indent-bars
commit 12204b155b208a2436dc2be8e0821a02af7ec464
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
Use indent-bars group for everything (with sub-groups)
---
indent-bars-ts.el | 3 ++-
indent-bars.el | 5 ++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/indent-bars-ts.el b/indent-bars-ts.el
index d1f0f82c5c..bc93ff9c10 100644
--- a/indent-bars-ts.el
+++ b/indent-bars-ts.el
@@ -82,7 +82,8 @@ variables."
(defcustom indent-bars-treesit-scope-min-lines 3
"Minimum number of lines a node must span to be counted for scope."
- :type 'integer)
+ :type 'integer
+ :group 'indent-bars-ts)
(defcustom indent-bars-treesit-ignore-blank-lines-types nil
"Do not style blank lines when the type of node at start is in this list.
diff --git a/indent-bars.el b/indent-bars.el
index c285548c33..45c78497be 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -72,16 +72,15 @@
;;;; Customization
(defgroup indent-bars nil
"Highlight indentation bars."
- :group 'basic-faces
+ :group 'convenience
:prefix "indent-bars-")
(defgroup indent-bars-style nil
"Highlight indentation bars."
- :group 'basic-faces
+ :group 'indent-bars
:prefix "indent-bars-")
;;;;; Stipple Bar Shape
-
(defcustom indent-bars-width-frac 0.4
"The width of the indent bar as a fraction of the character width.
Applies to stipple-based bars only."
- [elpa] externals/indent-bars 7b75957588 228/431: Add Nix language support, (continued)
- [elpa] externals/indent-bars 7b75957588 228/431: Add Nix language support, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3d5bfe678d 222/431: Set markers only after computing flush ranges, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9dbfcd8003 259/431: Make default stipple pattern more compact, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6e864e049e 267/431: Disable auto-theme support for now, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 595b856e12 248/431: De-duplicate seen styles in case a style is re-initialized, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f7686245cb 264/431: Do set default stipple face attributes: all now via filtered remap, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4691ab75cc 246/431: Update font-lock expressions to include boundaries are arguments, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars fb986dd71e 253/431: Use #'equal when recording known styles to avoid duplicates, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ff7a45fe99 247/431: docstring cleanup, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6d59b8ff3b 272/431: Merge branch 'main' into treesit-scope, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 12204b155b 278/431: Use indent-bars group for everything (with sub-groups),
ELPA Syncer <=
- [elpa] externals/indent-bars 0df7ac5ce5 269/431: Supply correct arguments to handle-blank-lines, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 770d2c7066 251/431: New: text-scale and schedule-remap-cleanup, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars bbc97b6c04 277/431: reset-styles for theme change, all face setup now via styles, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 748ffeec7f 276/431: New highlight-method, including 'context (new default), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ffaaae3d42 265/431: Remove styles on reset so that are recomputed, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f5f0392ab6 254/431: window-change: remap even if whr val unchanged, use remap-cleanup, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ceb2eb00e9 266/431: ppss-based no-descend-string/list, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 62d4a834b7 282/431: Restore use of base stipple-face-spec, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d7af7b3d42 283/431: Restore unspecified for "parent decides" config, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 247b35f55d 286/431: on-bar tweaks and doc improvements, ELPA Syncer, 2024/09/16