diff --git a/configuration.org b/configuration.org index bac6173..8c0d4eb 100644 --- a/configuration.org +++ b/configuration.org @@ -2490,13 +2490,13 @@ This is a big one; I use a lot of customisation here. org-todo-keywords '((sequence "TODO(t)" "DOING(w@/!)" "BLOCKED(b@/!)" - "SOMEDAY (s!)" + "SOMEDAY(s!)" "|" "CANCELED(c@/!)" "REVIEW(r@/!)" "DONE(d@/!)")) org-todo-keyword-faces '( - ("SOMEDAY" . (:foreground "black")) + ("SOMEDAY" . (:foreground "goldenrod")) ("CANCELED" . (:foreground "#228b22" :strike-through t))) org-goto-interface 'outline-path-completion org-goto-max-level 10