Too many parentheses! Forgive me cthulhu!
This commit is contained in:
parent
48ec4ce36f
commit
1a24d5421e
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue