~protesilaos/modus-themes

modus-themes: Set org-document-info-keyword back to fixed pitch font v1 APPLIED

I think it is a better default because it is more consistent(after all,
tags are fixed pitch, why isn't this?) and it is how it is in modus-
themes shipped with emacs 28/29(not sure about emacs 30)

If you don't think this is good, please tell me if there is a better way
to set it to fixed pitch other than `set-face-attribute` + `:inherit
fixed-pitch` :)

Thanks!

fluentpwn (1):
  Set org-document-info-keyword back to fixed pitch font

 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.38.5
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~protesilaos/modus-themes/patches/43149/mbox | git am -3
Learn more about email & git

[PATCH modus-themes 1/1] Set org-document-info-keyword back to fixed pitch font Export this patch

From: fluentpwn <civeax@inventati.org>

---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 2127bc9..29ad079 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -3313,7 +3313,7 @@ FG and BG are the main colors."
    `(org-date ((,c :inherit modus-themes-fixed-pitch :foreground ,date-common)))
    `(org-date-selected ((,c :foreground ,date-common :inverse-video t)))
    `(org-document-info ((,c :foreground ,prose-metadata-value)))
    `(org-document-info-keyword ((,c :foreground ,prose-metadata)))
    `(org-document-info-keyword ((,c :inherit modus-themes-fixed-pitch :foreground ,prose-metadata)))
    `(org-document-title ((,c :inherit modus-themes-heading-0)))
    `(org-done ((,c :foreground ,prose-done)))
    `(org-drawer ((,c :inherit modus-themes-fixed-pitch :foreground ,prose-metadata)))
-- 
2.38.5