feat: add TOO_EASY todo keyword via dir-locals

Sets org-todo-keywords for all files under org/study_deck_02/.
TOO_EASY counts as done in [/] checklist counters.
This commit is contained in:
2026-06-01 17:50:05 +08:00
parent 03561f8d10
commit c9fe2fab76
+1
View File
@@ -0,0 +1 @@
((org-mode . ((org-todo-keywords . ((sequence "TODO" | "DONE" "TOO_EASY"))))))