branch: externals/indent-bars commit a7e9554671159c587c1eb37d21bf5f017bc5ae06 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
Bump width-frac to 0.375 --- indent-bars.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/indent-bars.el b/indent-bars.el index ae4fb665d1..b640f1c71c 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.3 +(defcustom indent-bars-width-frac 0.375 "The width of the indent bar as a fraction of the character width. Applies to stipple-based bars only." :type '(float :tag "Width Fraction" @@ -852,7 +852,6 @@ Useful for calling after theme changes." (indent-bars--depth-palette style) (ibs/current-depth-palette style) (indent-bars--current-depth-palette style) - (ibs/faces style) (indent-bars--create-faces style 7 'reset) (ibs/no-stipple-chars style) (indent-bars--create-no-stipple-chars style 7))