mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
simplify org todo keywords
This commit is contained in:
@@ -15,5 +15,7 @@
|
||||
(setq org-default-notes-file (concat org-directory "/notes.org"))
|
||||
(setq org-clock-persist 'history)
|
||||
(setq org-log-done 'time)
|
||||
(setq org-todo-keywords '((sequence "TODO(t)" "REVIEW(r)" "|" "DONE(d)")
|
||||
(sequence "[ ](T)" "[?](R)" "|" "[X](D)")))
|
||||
|
||||
(org-clock-persistence-insinuate)
|
||||
|
||||
Reference in New Issue
Block a user