[oni-org] Expand/update used todo keywords
This commit is contained in:
parent
b7df647005
commit
1ae504e6f0
1 changed files with 6 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; 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)
|
;; 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
|
;; 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))))
|
(oni-org-create-chapter-section chapter-name notes-file))))
|
||||||
|
|
||||||
(setq org-todo-keywords
|
(setq org-todo-keywords
|
||||||
'((sequence "TODO(t)" "NEXT(n)" "BLOCKED(b@)" "IN-PROGRESS(p)"
|
'((sequence "TODO(t)" "WIP" "BLOCKED(b@)" "|" "DONE(d!)")
|
||||||
"|" "DONE(d!)" "CANCELLED(c@)")))
|
(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)
|
(setf (alist-get 'file org-link-frame-setup) 'find-file)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue