aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-08-03 09:02:35 -0700
committerGravatar Tom Willemse2021-08-03 09:02:35 -0700
commit1ae504e6f0ecd35d0a04cd7875afae2f8cc70a75 (patch)
tree6947ff6cbc3bec3297ab42106df5b581383ea201 /oni-org
parentb7df647005b6da7367bbb23d9960e037803e958f (diff)
downloademacs-config-1ae504e6f0ecd35d0a04cd7875afae2f8cc70a75.tar.gz
emacs-config-1ae504e6f0ecd35d0a04cd7875afae2f8cc70a75.zip
[oni-org] Expand/update used todo keywords
Diffstat (limited to 'oni-org')
-rw-r--r--oni-org/oni-org.el9
1 files changed, 6 insertions, 3 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 5c25715..e5f6b0b 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0730.231625
+;; Version: 2021.0803.090051
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti)
;; This program is free software; you can redistribute it and/or modify
@@ -439,8 +439,11 @@ also move point to the start of the heading."
(oni-org-create-chapter-section chapter-name notes-file))))
(setq org-todo-keywords
- '((sequence "TODO(t)" "NEXT(n)" "BLOCKED(b@)" "IN-PROGRESS(p)"
- "|" "DONE(d!)" "CANCELLED(c@)")))
+ '((sequence "TODO(t)" "WIP" "BLOCKED(b@)" "|" "DONE(d!)")
+ (sequence "READ(r)" "READING(!)" "|" "FINISHED(!)" "STOPPED(@)")
+ (sequence "WATCH(w)" "WATCHING" "|" "WATCHED(!)")
+ (sequence "LISTEN(l)" "LISTENING" "|" "DONE(d!)")
+ (sequence "|" "CANCELLED(c@)")))
(setf (alist-get 'file org-link-frame-setup) 'find-file)