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

View File

@ -2496,7 +2496,7 @@ This is a big one; I use a lot of customisation here.
"REVIEW(r@/!)" "REVIEW(r@/!)"
"DONE(d@/!)")) "DONE(d@/!)"))
org-todo-keyword-faces '( org-todo-keyword-faces '(
("SOMEDAY" . (:foreground "black")) ("SOMEDAY" . (:foreground "goldenrod"))
("CANCELED" . (:foreground "#228b22" :strike-through t))) ("CANCELED" . (:foreground "#228b22" :strike-through t)))
org-goto-interface 'outline-path-completion org-goto-interface 'outline-path-completion
org-goto-max-level 10 org-goto-max-level 10