From 677767e0c455628c0ecfe70a910c7a5bff776189 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 16 Oct 2019 17:12:15 +0200 Subject: Make Org tags visible Use the button face to hint that tags can be interacted with. --- eighters-theme.el | 1 + 1 file changed, 1 insertion(+) 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))))) -- cgit v1.2.3