Too many parentheses! Forgive me cthulhu!

This commit is contained in:
Henrik Lissner 2017-06-09 16:00:32 +02:00
parent 48ec4ce36f
commit 1a24d5421e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -6,12 +6,12 @@
(defvar +workspace--last nil)
(defface +workspace-tab-selected-face
'(((t (:inherit highlight))))
'((t (:inherit 'highlight)))
"The face for selected tabs displayed by `+workspace/display'"
:group 'doom)
(defface +workspace-tab-face
'(((t (:inherit default))))
'((t (:inherit 'default)))
"The face for selected tabs displayed by `+workspace/display'"
:group 'doom)