[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 0aab084248 019/431: Capitalize in custom ta
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 0aab084248 019/431: Capitalize in custom tags |
Date: |
Mon, 16 Sep 2024 12:59:09 -0400 (EDT) |
branch: externals/indent-bars
commit 0aab08424814d7323ffdb20cda11990372a52189
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
Capitalize in custom tags
---
indent-bars.el | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/indent-bars.el b/indent-bars.el
index 90b647a5e9..ba9524f91e 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -53,7 +53,7 @@ Set only if the default guessed spacing is incorrect."
(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"
+ :type '(float :tag "Width Fraction"
:match (lambda (_ val) (and val (<= val 1) (>= val 0)))
:type-error "Fraction must be between 0 and 1")
:group 'indent-bars)
@@ -61,7 +61,7 @@ Set only if the default guessed spacing is incorrect."
(defcustom indent-bars-pad-frac 0.1
"The offset of the bar from the left edge of the character.
A float, the fraction of the character width."
- :type '(float :tag "Offset fraction"
+ :type '(float :tag "Offset Fraction"
:match (lambda (_ val) (and val (<= val 1) (>= val 0)))
:type-error "Fraction must be between 0 and 1")
:group 'indent-bars)
@@ -74,7 +74,7 @@ character height. Example: \". . \" would specify alternating
filled and blank regions each approximately one-quarter of the
character height. Note that non-blank characters need not be the
same (e.g., see `indent-bars-zigzag')."
- :type 'string
+ :type '(string :tag "Fill Pattern")
:group 'indent-bars)
(defcustom indent-bars-zigzag nil
@@ -107,8 +107,8 @@ left and right requires leaving padding on each side of the
bar
for the zig-zag; see `indent-bars-pad-frac' and
`indent-bars-width-frac'."
:type '(choice
- (const :tag "No zig-zag" :value nil)
- (float :value 0.1 :tag "Zig-zag fraction"
+ (const :tag "No Zigzag" :value nil)
+ (float :value 0.1 :tag "Zigzag Fraction"
:match (lambda (_ val) (and val (<= val 1) (>= val -1)))
:type-error "Fraction must be between -1 and 1"))
:group 'indent-bars)
@@ -143,7 +143,9 @@ where:
If BLEND is nil or unspecified, no blending is done, and
MAIN_COLOR is used as-is."
:type
- '(list (choice :tag "Main Bar Color" color (face :tag "from Face"))
+ '(list (choice :tag "Main Bar Color"
+ color
+ (face :tag "from Face"))
(plist :tag "Options"
:inline t
:options
- [elpa] externals/indent-bars 0af707c007 338/431: Update README.md, (continued)
- [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
- [elpa] externals/indent-bars 74c08d82fd 356/431: Update depth highlight: guard against deleted buffer, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a1b942dde5 354/431: ts font-lock forms: set/clear as local variables, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2216793de8 381/431: Merge branch 'main' into dev, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b72fa098d7 415/431: ts: improve developer commentary, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9f507d72fa 394/431: indent-bars--fontify: correct return structure, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0aab084248 019/431: Capitalize in custom tags,
ELPA Syncer <=
- [elpa] externals/indent-bars 37f3102422 022/431: specify width-frac for row-data, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 38265e96eb 018/431: remove current-depth timer, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c228033146 024/431: current-depth-stipple support, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 54722d10a8 037/431: (re-) highlight current depth stipple on resize, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars e35c54e16d 038/431: blank-lines: improve extend and mark algorithm, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 404251372e 039/431: set-current-depth-stipple: allow-other-keys (e.g. color), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars da29b37efd 044/431: Add examples file, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f1b0aedc40 078/431: Remove vestigial no-stipple-current-depth-char, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3884953d20 090/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars accb7d00d2 071/431: error for indent-tabs-mode=t, ELPA Syncer, 2024/09/16