Added org-keywords.el

This commit is contained in:
FrederikBaerentsen 2024-06-06 08:45:52 +02:00
parent 0ea8c58239
commit 3000e13336

13
org-keywords.el Normal file
View File

@ -0,0 +1,13 @@
;;; org-keywords.el -*- lexical-binding: t; -*-
(after! org
(setq org-todo-keywords
'((sequence "TODO(t)"
"NEXT(n)"
"WAIT(w)"
"|"
"DONE(d)"
"HOLD(h)"
"AFVENTER(a)"
"DEFERRED(e)"
"CANCELLED(c)"))))