diff options
author | Guangxiong Lin <[email protected]> | 2021-12-17 20:56:50 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-12-17 20:56:50 +0800 |
commit | 9b8798ed998fcfeec0d76708c61aa3b2a7f48438 (patch) | |
tree | 556b66f0b96c1d1431ed721784086097b686f7c7 | |
parent | c5e443b69331818d0539fddde730507ae7b354a8 (diff) | |
download | dotfiles-9b8798ed998fcfeec0d76708c61aa3b2a7f48438.tar.gz dotfiles-9b8798ed998fcfeec0d76708c61aa3b2a7f48438.tar.bz2 dotfiles-9b8798ed998fcfeec0d76708c61aa3b2a7f48438.zip |
Update emacs org mode config
-rw-r--r-- | .emacs.d/lisp/init-org.el | 4 |
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 |