From 9a90e458f9703c136b63e7ea85bbf80ed7d45c03 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 25 Nov 2023 10:17:25 +0100 Subject: [PATCH] Adjust some code formatting To avoid accidental reindentation via `lisp-indent-function`. --- init.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index 3a1aae3..d0e7377 100644 --- a/init.el +++ b/init.el @@ -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))