emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/indent-bars 71472e3cce 040/431: sub-headings


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 71472e3cce 040/431: sub-headings
Date: Mon, 16 Sep 2024 12:59:12 -0400 (EDT)

branch: externals/indent-bars
commit 71472e3cce64e6d1ac2d0cc9e74e6aea9aa6f8a1
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    sub-headings
---
 indent-bars.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/indent-bars.el b/indent-bars.el
index a55084d533..edb889acd4 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -47,6 +47,7 @@
   :group 'basic-faces
   :prefix "indent-bars-")
 
+;;;;; Bar Shape
 (defcustom indent-bars-width-frac 0.25
   "The width of the indent bar as a fraction of the character width."
   :type '(float :tag "Width Fraction"
@@ -109,6 +110,7 @@ side of the bar; see `indent-bars-pad-frac' and
                 :type-error "Fraction must be between -1 and 1"))
   :group 'indent-bars)
 
+;;;;; Bar Colors
 (defcustom indent-bars-color
   '(highlight :background t :blend 0.3)
   "The main indent bar color.
@@ -283,6 +285,7 @@ defaults for any missing values; see these variables."
                  (:zigzag (float :tag "Zig-Zag")))))
   :group 'indent-bars)
 
+;;;;; Other
 (defcustom indent-bars-spacing-override nil
   "Override for default, major-mode based indentation spacing.
 Set only if the default guessed spacing is incorrect."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]