bugfix: Wrong variable name in evil-state-face

This commit is contained in:
Eivind Fonn 2015-10-03 16:15:00 +02:00
parent 9e794df0f8
commit b92eb41e2d
1 changed files with 1 additions and 1 deletions

View File

@ -1752,7 +1752,7 @@ It will toggle the overlay under point or create an overlay of one character."
(defun spacemacs//evil-state-face ()
(let ((state (if (eq 'operator evil-state) evil-previous-state evil-state)))
(intern (format "spacemacs-%S-face" evil-state))))
(intern (format "spacemacs-%S-face" state))))
(setq spaceline-highlight-face-func 'spacemacs//evil-state-face)
(let ((unicodep (dotspacemacs|symbol-value