From 13500dd175adb07b73a7916543538d789b5b54ff Mon Sep 17 00:00:00 2001 From: simendsjo Date: Mon, 7 Apr 2025 08:51:11 +0200 Subject: [PATCH] fix(org): org-modern: s/keyword/keywordp Amend: 8168a0359960 --- modules/lang/org/contrib/pretty.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/org/contrib/pretty.el b/modules/lang/org/contrib/pretty.el index 9ff84fdb4..04aa79c18 100644 --- a/modules/lang/org/contrib/pretty.el +++ b/modules/lang/org/contrib/pretty.el @@ -30,7 +30,7 @@ ;; hasn't already modified them. (letf! (defun new-spec (spec) (if (or (facep (cdr spec)) - (not (keyword (car-safe (cdr spec))))) + (not (keywordp (car-safe (cdr spec))))) `(:inherit ,(cdr spec)) (cdr spec))) (unless org-modern-tag-faces