aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/init-org.el
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2021-12-17 20:56:50 +0800
committerGuangxiong Lin <[email protected]>2021-12-17 20:56:50 +0800
commit9b8798ed998fcfeec0d76708c61aa3b2a7f48438 (patch)
tree556b66f0b96c1d1431ed721784086097b686f7c7 /.emacs.d/lisp/init-org.el
parentc5e443b69331818d0539fddde730507ae7b354a8 (diff)
downloaddotfiles-9b8798ed998fcfeec0d76708c61aa3b2a7f48438.tar.gz
dotfiles-9b8798ed998fcfeec0d76708c61aa3b2a7f48438.tar.bz2
dotfiles-9b8798ed998fcfeec0d76708c61aa3b2a7f48438.zip
Update emacs org mode config
Diffstat (limited to '.emacs.d/lisp/init-org.el')
-rw-r--r--.emacs.d/lisp/init-org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-org.el b/.emacs.d/lisp/init-org.el
index 1251c61..af48a56 100644
--- a/.emacs.d/lisp/init-org.el
+++ b/.emacs.d/lisp/init-org.el
@@ -55,9 +55,9 @@
;; todo
(setq org-todo-keywords
'((sequence "TODO(t)" ; to do later
- "NEXT" ; doing now or to do soon
+ "NEXT(n)" ; doing now or to do soon
"WAITING(w)" "SOMEDAY(s)"
- "|" "DONE(d)" "CANCELED(c)")))
+ "|" "DONE(d)" "CANCELLED(c)")))
(setq org-log-done t)
;; tags