[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."
- [elpa] externals/indent-bars 3cebc7d7fb 177/431: Resize iamge, (continued)
- [elpa] externals/indent-bars 3cebc7d7fb 177/431: Resize iamge, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars beaaf4d359 003/431: Improve docstrings, comments, custom messages, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6d98c4597f 004/431: re-organize and cleanup, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6f054692ef 008/431: Generalize to stipple "pad" and "rot", ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0769d70591 010/431: add window-state-change hooks for recalculating stipple, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 471b0920b0 012/431: improve comments, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4e31151a0d 015/431: improve comments, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f8d5e25527 030/431: bug fix for long patterns, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars eab376d061 041/431: Allow background color on current depth highlight, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 253cf0d9bc 042/431: Improve spacing-override customize, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 71472e3cce 040/431: sub-headings,
ELPA Syncer <=
- [elpa] externals/indent-bars f608dce7a6 046/431: Convert examples from org to md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b4995ad103 058/431: README: add hl-indent-scope, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f109140fcb 047/431: examples.md: added images, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0500330d87 070/431: README: mention after-make-frame-hook, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6e33272206 086/431: Ensure daemon-mode deferred setup runs in current buffer, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 21b84f400d 079/431: README: improvments and describe new non-stipple display options, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 213033e60e 100/431: Allow :blend by itself for current depth, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars be6a67cda4 093/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4501c7e884 119/431: ts-lang -> ts-parser: cache parser instead of lang, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 026ee80a27 028/431: commentary: improve, ELPA Syncer, 2024/09/16