Org: Use DONE face for REVIEW

master
Pierre Neidhardt 2017-08-31 19:49:04 +01:00
parent fd9d9e6ef7
commit 1968cdcc8a
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@
;;; Add keywords.
(setq org-todo-keywords '((sequence "TODO" "REVIEW" "DONE")))
(setq org-todo-keyword-faces '(("REVIEW" :foreground "Gold" :weight bold)))
(setq org-todo-keyword-faces '(("REVIEW" :inherit org-done)))
(provide 'init-org)