Fix some indentation

This commit is contained in:
Daniel - 2022-12-19 10:19:06 +01:00
parent 260840aa0a
commit 46581c8867
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 3 additions and 2 deletions

View File

@ -830,7 +830,8 @@
;; 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@/!)"