Browse Source

tag-faces for @tags

master
Marc Pohling 20 hours ago
parent
commit
534b8b77af
1 changed files with 9 additions and 0 deletions
  1. 9
      config.org

9
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

Loading…
Cancel
Save