Fix some indentation
This commit is contained in:
parent
260840aa0a
commit
46581c8867
3
init.el
3
init.el
@ -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@/!)"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user