Reformat org-todo-keywords

Just for readability’s sake.
This commit is contained in:
Gergely Polonkai 2016-11-17 13:36:32 +01:00
parent 954881e661
commit 822260dad0
1 changed files with 6 additions and 1 deletions

View File

@ -338,7 +338,12 @@
"* %^{Title} :blog:\n :PROPERTIES:\n :on: %T\n :END:\n %i%?"))
(setq org-time-stamp-formats '("<%Y-%m-%d>" . "<%Y-%m-%d %H:%M>"))
(setq org-todo-keywords
'((sequence "TODO(t)" "DOING(w@/!)" "BLOCKED(b@/!)" "|" "REVIEW(r@/!)" "DONE(d@/!)")))
'((sequence "TODO(t)"
"DOING(w@/!)"
"BLOCKED(b@/!)"
"|"
"REVIEW(r@/!)"
"DONE(d@/!)")))
:bind
(:map gpolonkai/pers-map
("a" . org-agenda-list)