Fix orgmode mapping for setting TODO to DISCARDED

This commit is contained in:
2023-09-20 00:08:20 +02:00
parent ff6f178e27
commit 71c6cee017
+1 -1
View File
@@ -27,7 +27,7 @@ orgmode.setup({
"WAITING(w)",
"|",
"DONE(d)",
"DISCARDED(D)",
"DISCARDED(c)",
},
org_todo_keyword_faces = {
ACTIVE = ":foreground dodgerblue :weight bold",