Fix orgmode mapping for setting TODO to DISCARDED
This commit is contained in:
@@ -27,7 +27,7 @@ orgmode.setup({
|
|||||||
"WAITING(w)",
|
"WAITING(w)",
|
||||||
"|",
|
"|",
|
||||||
"DONE(d)",
|
"DONE(d)",
|
||||||
"DISCARDED(D)",
|
"DISCARDED(c)",
|
||||||
},
|
},
|
||||||
org_todo_keyword_faces = {
|
org_todo_keyword_faces = {
|
||||||
ACTIVE = ":foreground dodgerblue :weight bold",
|
ACTIVE = ":foreground dodgerblue :weight bold",
|
||||||
|
|||||||
Reference in New Issue
Block a user