From 8dfe7d0ca9c4ad952e7cb835b362e3b1b52c123e Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Sat, 14 Feb 2026 18:29:14 -0500 Subject: [PATCH] fix: use `unspecified` instead of `nil` in face --- config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 7cc8cfb..baaf5e0 100644 --- a/config.org +++ b/config.org @@ -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