org: Add REVIEW keyword

master
Pierre Neidhardt 2017-08-29 17:31:48 +01:00
parent 255547be0f
commit 1659aca174
1 changed files with 4 additions and 0 deletions

View File

@ -39,4 +39,8 @@
(setq desktop-files-not-to-save (concat (substring desktop-files-not-to-save 0 -2) "\\|" (regexp-quote (expand-file-name contacts)) "\\)"))
(setq org-contacts-files (list contacts)))))
;;; Add keywords.
(setq org-todo-keywords '((sequence "TODO" "REVIEW" "DONE")))
(setq org-todo-keyword-faces '(("REVIEW" :foreground "Gold" :weight bold)))
(provide 'init-org)