emacs: org: Add shortcuts to todo states

This commit is contained in:
Charlotte Van Petegem 2023-06-28 14:21:00 +02:00
parent d814928609
commit ce7862ddfb
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -242,7 +242,7 @@
(org-directory "~/sync/notes" "Store org journal in synced directory") (org-directory "~/sync/notes" "Store org journal in synced directory")
(org-default-notes-file (concat org-directory "/inbox.org") "Capture in inbox by default") (org-default-notes-file (concat org-directory "/inbox.org") "Capture in inbox by default")
(org-agenda-files '("~/sync/notes") "Let's say all files can contain events for now") (org-agenda-files '("~/sync/notes") "Let's say all files can contain events for now")
(org-todo-keywords '((sequence "TODO" "NEXT" "DOING" "DONE")) "Add next and doing states") (org-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "DOING(i)" "DONE(d)")) "Add next and doing states")
:demand t :demand t
:config :config
(defun find-file-in-org-directory () (defun find-file-in-org-directory ()