Adjust some code formatting

To avoid accidental reindentation via `lisp-indent-function`.
This commit is contained in:
Daniel - 2023-11-25 10:17:25 +01:00
parent a6ac99d013
commit 9a90e458f9
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 2 additions and 4 deletions

View File

@ -610,12 +610,10 @@
;; 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@/!)"))
(sequence "DELG(e@/!)" "WAIT(w@/!)" "HOLD(h@/!)" "|" "CANC(c@/!)"))
org-todo-state-tags-triggers
'(("WAIT" ("HOLD") ("WAIT" . t))