Fix org-todo-keywords

This commit is contained in:
Seth Morabito 2019-04-27 18:46:56 -07:00
parent 0d1932880a
commit 6975b3e2b3
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@
(0.0 . deadline-distant-face)))
(setq org-todo-keywords
'((sequence "TODO(t)" "NEXT(n@)" "WAIT(w@/!)" "|" "DONE(d!)" "CANCELED(c@)")))
'((sequence "TODO(t)" "NEXT(n)" "WAIT(w@/!)" "|" "DONE(d@)" "CANCELED(c@)")))
;;
;; Emacs built-in package management and the Marmalade repo.