Merge pull request #1784 from flatwhatson/many-faces
Fix the multi-face form of custom-set-faces!
This commit is contained in:
commit
ac87e3d517
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
(cond ((listp (car spec))
|
(cond ((listp (car spec))
|
||||||
(cl-loop for face in (car spec)
|
(cl-loop for face in (car spec)
|
||||||
collect
|
collect
|
||||||
(doom--custom-theme-set-face `(,face ,(cdr spec)))))
|
(car (doom--custom-theme-set-face (cons face (cdr spec))))))
|
||||||
((keywordp (cadr spec))
|
((keywordp (cadr spec))
|
||||||
`((,(car spec) ((t ,(cdr spec))))))
|
`((,(car spec) ((t ,(cdr spec))))))
|
||||||
(`((,(car spec) ,(cdr spec))))))
|
(`((,(car spec) ,(cdr spec))))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue