branch: externals/ef-themes
commit aa206b9b6ce7a2ae88cc35ac795017538b206621
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make org-document-info-keyword inherit ef-themes-fixed-pitch
    
    This means that the text is rendered in a monospaced font if the user
    option 'ef-themes-mixed-fonts' is set to a non-nil value.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index efb92dd649..60b4961a76 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1951,7 +1951,7 @@ text should not be underlined as well) yet still blend 
in."
     `(org-date-selected ((,c :foreground ,date-common :inverse-video t)))
     `(org-dispatcher-highlight ((,c :inherit warning :background ,bg-warning)))
     `(org-document-info ((,c :foreground ,prose-metadata-value)))
-    `(org-document-info-keyword ((,c :foreground ,prose-metadata)))
+    `(org-document-info-keyword ((,c :inherit ef-themes-fixed-pitch 
:foreground ,prose-metadata)))
     `(org-document-title ((,c :inherit ef-themes-heading-0)))
     `(org-done ((,c :foreground ,prose-done)))
     `(org-drawer ((,c :inherit ef-themes-fixed-pitch :foreground 
,prose-metadata)))

Reply via email to