commit 685bded5abaf545fd9aabc4a3c6f991e93d8823d
parent 9bc7b6272341881022b5c5e3c8f306b149434a23
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Fri, 6 Dec 2019 16:42:18 +0100
Adapt to Org 9.3
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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)))))