fix: use unspecified instead of nil in face
This commit is contained in:
parent
d9785b94ca
commit
8dfe7d0ca9
1 changed files with 2 additions and 1 deletions
|
|
@ -4014,7 +4014,8 @@ We should also make Org citations look a little prettier:
|
|||
(after! org
|
||||
(custom-set-faces!
|
||||
`(org-cite :foreground ,(doom-color 'green))
|
||||
'(org-cite-key :foreground nil :slant italic :underline t :inherit org-cite)))
|
||||
'(org-cite-key
|
||||
:foreground unspecified :slant italic :underline t :inherit org-cite)))
|
||||
|
||||
;; Citar icons
|
||||
(after! citar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue