aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-org.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-06-23 21:43:43 +1000
committerYuchen Pei <id@ypei.org>2023-06-23 21:43:43 +1000
commit49f5687a76f51737b95b5c9fffc1f73f2e8da1e8 (patch)
tree16061bf749440574a8a990b6238f858e475245ee /emacs/.emacs.d/init/ycp-org.el
parent56bf9566d2d1ff6814ec32e38550c84962d7f15b (diff)
minor changes to org and gnus
Diffstat (limited to 'emacs/.emacs.d/init/ycp-org.el')
-rw-r--r--emacs/.emacs.d/init/ycp-org.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-org.el b/emacs/.emacs.d/init/ycp-org.el
index 6dbc26e..75d36d7 100644
--- a/emacs/.emacs.d/init/ycp-org.el
+++ b/emacs/.emacs.d/init/ycp-org.el
@@ -41,6 +41,9 @@
(setq org-catch-invisible-edits 'show)
(setq org-modules '(ol-bbdb ol-gnus ol-info))
(setq org-use-sub-superscripts '{})
+ (setq org-todo-keywords
+ '((sequence "TODO(t!)" "DOIN(i!)" "WAIT(w!)" "|"
+ "DONE(d!)" "OBSO(o!)" "DUPL(u!)")))
(setq org-use-fast-todo-selection 'expert)
(setq org-fontify-quote-and-verse-blocks t)
(setq org-highlight-latex-and-related nil) ; other options affect elisp regexp