Jousimies/.emacs.d

org-todo

Jousimies opened this issue · 0 comments

(setq org-todo-keyword-faces
	  '(("TODO" :foreground "Red" :weight bold)
	    ("NEXT" :foreground "Forest green" :weight bold)
	    ("SOMEDAY" :foreground "blue" :weight bold)
	    ("DONE" :foreground "#705628" :weight bold)
	    ("WAIT" :foreground "Orange" :weight bold)
	    ("CNCL" :foreground "#b4534b" :weight bold)))