Added org-keywords.el
This commit is contained in:
parent
0ea8c58239
commit
3000e13336
13
org-keywords.el
Normal file
13
org-keywords.el
Normal 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)"))))
|
Loading…
Reference in New Issue
Block a user