From 3e702e32ab407a1e1e96853f4eb6b972c43917e9 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Thu, 15 May 2025 17:04:01 +0200 Subject: [PATCH] another todo added --- config.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.org b/config.org index 946f6b2..0b83d71 100644 --- a/config.org +++ b/config.org @@ -25,6 +25,9 @@ - CONTINUE TODO from config.org at Programming - all-the-icons? - lispy? [[https://github.com/abo-abo/lispy]] +- set tag faces, e.g. + (setq org-tag-faces '(("@bag" . (:foreground "orange red" :weight bold)))) + maybe also org-agenda-tag-faces? is this a thing? * Header Emacs variables are dynamically scoped. That's unusual for most languages, so disable it here, too