From 685bded5abaf545fd9aabc4a3c6f991e93d8823d Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 6 Dec 2019 16:42:18 +0100 Subject: Adapt to Org 9.3 --- eighters-theme.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eighters-theme.el b/eighters-theme.el index 8fbe4f6..e378144 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -108,7 +108,8 @@ '(outline-8 ((t (:height 1.0 :inherit (variable-pitch font-lock-function-name-face))))) `(org-block ((t ,(eighters--block '(:inherit (highlight)))))) '(org-date ((t (:inherit (font-lock-string-face))))) - '(org-special-keyword ((t (:weight bold :inherit (font-lock-comment-face))))) + '(org-special-keyword ((t (:inherit (font-lock-comment-face))))) + '(org-drawer ((t (:weight bold :inherit (font-lock-comment-face))))) '(org-tag ((t (:inherit (font-lock-constant-face button))))) '(org-todo ((t (:inherit (error))))) '(font-latex-bold-face ((t (:inherit (bold))))) -- cgit v1.2.3