Fix a bad expansion.

This commit is contained in:
Greg Pfeil 2014-06-04 22:29:37 -06:00
parent 42e90dc7ef
commit a80745bf6b
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(custom-comment-tag (,@fg-base1 ,@bg-base02))
(custom-documentation (:inherit default))
(custom-group-tag (,@fg-base1))
(custom-group-tag-1 (,fmt-bold ,@fg-base1))
(custom-group-tag-1 (,@fmt-bold ,@fg-base1))
(custom-invalid (,@fmt-revr ,@fg-red ,@bg-back))
(custom-link (,@fg-violet))
(custom-state (,@fg-green))