diff options
-rw-r--r-- | gui/conf/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el index bbbea52..bf5c309 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -180,6 +180,7 @@ (setq org-todo-keywords '((sequence "TODO(t)" "|" "DONE(d)") (sequence "EXAM(e)" "|" "DONE(d)") + (sequence "TALK(k)" "|" "DONE(d)") (sequence "IDEA(i)" "TODO(t)" "|" "DONE(d)"))) (setq org-capture-templates |