From 5a6b1fe9cbe081ad395789a2801860d9049c7b46 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Fri, 24 Sep 2021 14:53:17 +0200 Subject: [PATCH] Additional org customisation --- modules/org.el | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/modules/org.el b/modules/org.el index c106002..4489fe9 100644 --- a/modules/org.el +++ b/modules/org.el @@ -69,7 +69,9 @@ ;; Catch edits in invisible areas (space after the ellipsis ...) org-catch-invisible-edits 'error ;; Don't warn about deadlines - they're pretty visible as is - org-deadline-warning-days 0) + org-deadline-warning-days 0 + ;; Do not apply a special font to DONE headlines. + org-fontify-done-headline nil) (setq org-agenda-prefix-format '((agenda . " %i %?-12t% s %b") (todo . " %i %-48b") @@ -92,7 +94,12 @@ (setq org-todo-keyword-faces (quote (("NEXT" :foreground "#96DEFA" :weight bold) ("WAIT" :foreground "#798A9B" :weight bold) - ("HOLD" :foreground "#798A9B" :weight bold)))) + ("HOLD" :foreground "#798A9B" :weight bold) + ;; For music collection files. + ("WISH" :foreground "#FFEE99" :weight bold) + ("MPEG" :foreground "#CCCCFF" :weight bold) + ("DISC" :foreground "#96DEFA" :weight bold) + ("DROP" :foreground "#798A9B" :weight bold)))) ;; --------------------------------------------------------------------------------------------- ;; Better bullet points.