diff options
Diffstat (limited to '.emacs.d')
| -rw-r--r-- | .emacs.d/eighters-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el index c2d6430..ab8aba7 100644 --- a/.emacs.d/eighters-theme.el +++ b/.emacs.d/eighters-theme.el @@ -402,6 +402,7 @@ `(org-done ((t (:inherit success)))) `(org-drawer ((t (:inherit shadow)))) `(org-ellipsis ((t (:inherit shadow)))) + `(org-footnote ((t (:inherit font-lock-comment-face)))) `(org-mode-line-clock ((t (:inherit font-lock-constant-face)))) `(org-special-keyword ((t (:inherit shadow)))) `(org-table ((t (:foreground ,fg-dim :inherit fixed-pitch-serif)))) |
