Fix the SOMEDAY task definition

* Make it golden, so it stands out a bit
* Make it actually work (the definition had an extra space at the end)
This commit is contained in:
Gergely Polonkai 2018-11-19 14:34:01 +01:00
parent dd356caee6
commit 5c36ad7653
1 changed files with 2 additions and 2 deletions

View File

@ -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