Set micro-state header face box width to -1

Prevent a glitch with lv height size
This commit is contained in:
syl20bnr 2015-02-20 23:26:22 -05:00
parent 9088e282d5
commit 638b566cbc
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
"Define faces for micro-states."
(let* ((hname 'spacemacs-micro-state-header-face)
(bname 'spacemacs-micro-state-binding-face)
(box (face-attribute 'mode-line :box))
(box '(:line-width -1 :color (plist-get (face-attribute
'mode-line :box) :color)))
(err (face-attribute 'error :foreground)))
(eval `(defface ,hname '((t ()))
"Face for micro-state header in echo area.