aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-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