Fix some indentation

This commit is contained in:
Daniel - 2022-12-19 10:19:06 +01:00
parent 260840aa0a
commit 46581c8867
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 3 additions and 2 deletions

View File

@ -830,11 +830,12 @@
;; Keywords and Tags
(setq org-todo-keywords
'((sequence "TODO(t)" "CONT(n!)" "REFINE(f!)" "|" "DONE(d@/!)" "CANC(c@/!)" "MRGD(m@/!)")
'((sequence "TODO(t)" "CONT(n!)" "REFINE(f!)"
"|" "DONE(d@/!)" "CANC(c@/!)" "MRGD(m@/!)")
(sequence "GOTO(g)" "ATTN(a!)" "|" "DONE(d@/!)")
(sequence "READ(r)" "CONT(n!)" "|" "DONE(d@/!)")
(sequence "DELG(e@/!)" "WAIT(w@/!)" "HOLD(h@/!)"
"|" "CANC(c@/!)"))
"|" "CANC(c@/!)"))
org-todo-state-tags-triggers
'(("WAIT" ("HOLD") ("WAIT" . t))