Fix some indentation

This commit is contained in:
Daniel Borchmann 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

View File

@ -830,7 +830,8 @@
;; Keywords and Tags ;; Keywords and Tags
(setq org-todo-keywords (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 "GOTO(g)" "ATTN(a!)" "|" "DONE(d@/!)")
(sequence "READ(r)" "CONT(n!)" "|" "DONE(d@/!)") (sequence "READ(r)" "CONT(n!)" "|" "DONE(d@/!)")
(sequence "DELG(e@/!)" "WAIT(w@/!)" "HOLD(h@/!)" (sequence "DELG(e@/!)" "WAIT(w@/!)" "HOLD(h@/!)"