Fix ignored parameter color in spacemacs/set-evil-cursor-color

This commit is contained in:
syl20bnr 2015-02-24 00:03:39 -05:00
parent 186741a100
commit ec08682e6f

View file

@ -574,7 +574,7 @@ which require an initialization must be listed explicitly in the list.")
(let ((face (intern (format "spacemacs-%s-face" (symbol-name state))))
(func (intern (format "set-default-evil-%s-state-cursor"
(symbol-name state)))))
(set-face-attribute face nil :background "#FFFFEF")
(set-face-attribute face nil :background color)
(funcall func)))
(evil-mode 1))