1
0
Fork 0

[oni-org] Expand/update used todo keywords

This commit is contained in:
Tom Willemse 2021-08-03 09:02:35 -07:00
parent b7df647005
commit 1ae504e6f0
Signed by: ryuslash
GPG key ID: 7D5C407B435025C1

View file

@ -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)