Add face for COMMENT todo state

This commit is contained in:
Tom Willemse 2013-05-23 02:45:33 +02:00
parent 28a7dcdeb2
commit 83adacdd58

View file

@ -146,7 +146,8 @@
("WIP" :foreground "#ff756e" :background "#171719" :box (:width 1 :color "#282830")) ("WIP" :foreground "#ff756e" :background "#171719" :box (:width 1 :color "#282830"))
("HOLD" :foreground "#ffbb56" :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")) ("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-use-fast-todo-selection t)
(setq org-agenda-skip-function-global 'oni:skip-ex-tag) (setq org-agenda-skip-function-global 'oni:skip-ex-tag)
(setq org-use-property-inheritance '("slug")) (setq org-use-property-inheritance '("slug"))