fix: use unspecified instead of nil in face

This commit is contained in:
Kiana Sheibani 2026-02-14 18:29:14 -05:00
parent d9785b94ca
commit 8dfe7d0ca9
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -4014,7 +4014,8 @@ We should also make Org citations look a little prettier:
(after! org (after! org
(custom-set-faces! (custom-set-faces!
`(org-cite :foreground ,(doom-color 'green)) `(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 ;; Citar icons
(after! citar (after! citar