Fix hl-paren-colors in havoc-common

This commit is contained in:
Wojciech Kozlowski 2017-08-28 15:34:08 +01:00
parent 39311e0643
commit fbda80831d

View File

@ -330,10 +330,10 @@
;; Define values for colours that don't use faces.
(setq fci-rule-color *bg-3*)
(setq hl-paren-colors '(*success*
*hlp-1*
*hlp-2*
*hlp-3*))
(setq hl-paren-colors `(,*success*
,*hlp-1*
,*hlp-2*
,*hlp-3*))
))