summaryrefslogtreecommitdiffstats
path: root/emacs/site-lisp/org-init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-23 02:45:33 +0200
committerGravatar Tom Willemse2013-05-23 02:45:33 +0200
commit83adacdd588604c1ff2df490c8a3f6158d5e3c49 (patch)
tree73d544dbc7f8c121eee1a0a61f97186bc09e337d /emacs/site-lisp/org-init.el
parent28a7dcdeb23fd1b9b08d860f2aa3292da5b55caf (diff)
downloaddotfiles-83adacdd588604c1ff2df490c8a3f6158d5e3c49.tar.gz
dotfiles-83adacdd588604c1ff2df490c8a3f6158d5e3c49.zip
Add face for COMMENT todo state
Diffstat (limited to 'emacs/site-lisp/org-init.el')
-rw-r--r--emacs/site-lisp/org-init.el3
1 files changed, 2 insertions, 1 deletions
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"))