diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-12-06 16:42:18 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-12-06 16:42:18 +0100 |
| commit | 685bded5abaf545fd9aabc4a3c6f991e93d8823d (patch) | |
| tree | ab2ded16bbc90713afadc7adffb539669f3545f8 /eighters-theme.el | |
| parent | 9bc7b6272341881022b5c5e3c8f306b149434a23 (diff) | |
| download | eighters-theme-685bded5abaf545fd9aabc4a3c6f991e93d8823d.tar.xz | |
Adapt to Org 9.3
Diffstat (limited to 'eighters-theme.el')
| -rw-r--r-- | eighters-theme.el | 3 |
1 files changed, 2 insertions, 1 deletions
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))))) |
