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:
parent
dd356caee6
commit
5c36ad7653
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user