commit e90595968917a13956c9da722bbac22dd74baab4
parent 0d81dcd36723cd800714d828ceaa5291207d2178
Author: conao3 <conao3@gmail.com>
Date: Fri, 13 Dec 2019 02:49:56 +0900
specify quote list instead of just list
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/solarized-faces.el b/solarized-faces.el
@@ -1989,9 +1989,9 @@
;;;;; highlight-symbol
`(highlight-symbol-foreground-color ,base1)
`(highlight-symbol-colors
- ,(mapcar
- (lambda (color) (solarized-color-blend color base03 0.25))
- `(,yellow ,cyan ,red ,violet ,green ,orange ,blue)))
+ '(,@(mapcar
+ (lambda (color) (solarized-color-blend color base03 0.25))
+ `(,yellow ,cyan ,red ,violet ,green ,orange ,blue))))
;;;;; highlight-tail
`(highlight-tail-colors
'((,base02 . 0)(,green-lc . 20)(,cyan-lc . 30)(,blue-lc . 50)