From 83adacdd588604c1ff2df490c8a3f6158d5e3c49 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 23 May 2013 02:45:33 +0200 Subject: Add face for COMMENT todo state --- emacs/site-lisp/org-init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs/site-lisp/org-init.el') diff --git a/emacs/site-lisp/org-init.el b/emacs/site-lisp/org-init.el index ca822aa..5d4bcac 100644 --- a/emacs/site-lisp/org-init.el +++ b/emacs/site-lisp/org-init.el @@ -146,7 +146,8 @@ ("WIP" :foreground "#ff756e" :background "#171719" :box (:width 1 :color "#282830")) ("HOLD" :foreground "#ffbb56" :background "#171719" :box (:width 1 :color "#282830")) ("ACQUIRE" :foreground "#ff756e" :background "#171719" :box (:width 1 :color "#282830")) - ("IGNORED" :foreground "#999999" :background "#222224" :box (:width 1 :color "#333335")))) + ("IGNORED" :foreground "#999999" :background "#222224" :box (:width 1 :color "#333335")) + ("COMMENT" :foreground "#969696" :background "#3d3d3d" :box (:line-width 2 :color "#3d3d3d")))) (setq org-use-fast-todo-selection t) (setq org-agenda-skip-function-global 'oni:skip-ex-tag) (setq org-use-property-inheritance '("slug")) -- cgit v1.2.3-54-g00ecf