branch: externals/indent-bars
commit 12204b155b208a2436dc2be8e0821a02af7ec464
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
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."