branch: externals/indent-bars
commit 301c97550bbb07dccff80f268fa7f0c4fd6f1a1d
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
Correctly initialize 'color alt custom (unspecified)
---
indent-bars-ts.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/indent-bars-ts.el b/indent-bars-ts.el
index 967fcdf47c..02d87c55c3 100644
--- a/indent-bars-ts.el
+++ b/indent-bars-ts.el
@@ -46,7 +46,7 @@
(cl-labels ((ts-cust (var &rest r)
(eval `(indent-bars--alt-custom
"ts" ,var "Tree-sitter (out-of-scope)" ,@r))))
- (ts-cust 'color '(nil :blend 0.1) 'add-inherit)
+ (ts-cust 'color '(unspecified :blend 0.1) 'add-inherit)
(dolist (c '( width-frac pad-frac pattern zigzag ;simple types
no-stipple-char-font-weight))
(ts-cust c 'unspecified))