From 534b8b77afe05c31afa85c49627612a6df703374 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Fri, 16 May 2025 08:13:39 +0200 Subject: [PATCH] tag-faces for @tags --- config.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.org b/config.org index d924373..61a3f3d 100644 --- a/config.org +++ b/config.org @@ -1404,6 +1404,15 @@ nil))) )) (setq org-pretty-entities t)) :custom + (org-tag-faces '(("@bag" . (:foreground "blue" :weight bold)) + ("@cor" . (:foreground "blue" :weight bold)) + ("@kum" . (:foreground "blue" :weight bold)) + ("@gub" . (:foreground "blue" :weight bold)) + ("@mal" . (:foreground "blue" :weight bold)) + ("@sto" . (:foreground "blue" :weight bold)) + ("@has" . (:foreground "blue" :weight bold)) + ("@lue" . (:foreground "blue" :weight bold)) + )) (org-startup-truncated t) (org-startup-align-all-tables t) (org-src-fontify-natively t) ;; use syntax highlighting in code blocks