Add org todo keywords

This commit is contained in:
Tobias Ostner 2024-08-05 10:19:48 +02:00
parent 931c11ec47
commit 77460b7c30

View file

@ -482,6 +482,8 @@
org-tag-alist
'(("@work") ("@home")
("project") ("bitcoin") ("ai-ml"))
org-todo-keywords
'((sequence "TODO" "DOING" "WAITING" "|" "DONE"))
org-confirm-babel-evaluate nil
org-startup-indented t
calendar-week-start-day 1))