From 6e737645b62767b3cc8e212a5949723c21355ddc Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 26 Oct 2018 18:27:49 +0200 Subject: [PATCH] Make note state keywords a bit more fancy --- configuration.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.org b/configuration.org index 68313af..c9e9569 100644 --- a/configuration.org +++ b/configuration.org @@ -2440,6 +2440,9 @@ This is a big one; I use a lot of customisation here. "CANCELED(c@/!)" "REVIEW(r@/!)" "DONE(d@/!)")) + org-todo-keyword-faces '( + ("SOMEDAY" . (:foreground "black")) + ("CANCELED" . (:foreground "#228b22" :strike-through t))) org-goto-interface 'outline-path-completion org-goto-max-level 10 org-html-checkbox-type 'unicode