diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-10-16 17:12:15 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-10-16 17:15:13 +0200 |
| commit | 677767e0c455628c0ecfe70a910c7a5bff776189 (patch) | |
| tree | 0d6af7d4bc2494d95587a8039f6121d7743b47a3 /eighters-theme.el | |
| parent | 30efcc8bc24f1121cff5dde9e55eef5c729351dc (diff) | |
| download | eighters-theme-677767e0c455628c0ecfe70a910c7a5bff776189.tar.xz | |
Make Org tags visible
Use the button face to hint that tags can be interacted with.
Diffstat (limited to 'eighters-theme.el')
| -rw-r--r-- | eighters-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eighters-theme.el b/eighters-theme.el index dc4d779..d5c42b7 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -104,6 +104,7 @@ '(org-block ((t (:inherit (highlight))))) '(org-date ((t (:inherit (font-lock-string-face))))) '(org-special-keyword ((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))))) '(font-latex-italic-face ((t (:inherit (italic))))) |
