commit 677767e0c455628c0ecfe70a910c7a5bff776189
parent 30efcc8bc24f1121cff5dde9e55eef5c729351dc
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Wed, 16 Oct 2019 17:12:15 +0200
Make Org tags visible
Use the button face to hint that tags can be interacted with.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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)))))