Add face for COMMENT todo state
This commit is contained in:
parent
28a7dcdeb2
commit
83adacdd58
1 changed files with 2 additions and 1 deletions
|
@ -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"))
|
||||||
|
|
Loading…
Reference in a new issue