branch: externals/indent-bars
commit 9dbfcd80031c4a683af6f4648a36fa57d70c3f00
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>

    Make default stipple pattern more compact
---
 indent-bars.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indent-bars.el b/indent-bars.el
index 7ba4462851..39286ad179 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -99,7 +99,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