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

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

[elpa] externals/indent-bars f34bd21940 310/431: Tweak default bar style


From: ELPA Syncer
Subject: [elpa] externals/indent-bars f34bd21940 310/431: Tweak default bar style: slimmer bar, longer "dash:
Date: Mon, 16 Sep 2024 12:59:45 -0400 (EDT)

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

    Tweak default bar style: slimmer bar, longer "dash:
---
 indent-bars.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indent-bars.el b/indent-bars.el
index 63adef2b53..03decea387 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -83,7 +83,7 @@
   :prefix "indent-bars-")
 
 ;;;;; Stipple Bar Shape
-(defcustom indent-bars-width-frac 0.4
+(defcustom indent-bars-width-frac 0.3
   "The width of the indent bar as a fraction of the character width.
 Applies to stipple-based bars only."
   :type '(float :tag "Width Fraction"
@@ -100,7 +100,7 @@ A float, the fraction of the character width.  Applies to
          :type-error "Fraction must be between 0 and 1")
   :group 'indent-bars-style)
 
-(defcustom indent-bars-pattern " .  . "
+(defcustom indent-bars-pattern " ..  .. "
   "A pattern specifying the vertical structure of indent bars.
 Space signifies blank regions, and any other character signifies
 filled regions.  The pattern length is scaled to match the



reply via email to

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