diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-23 09:06:07 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-23 09:06:07 +0000 |
commit | 61bd0f95560922efe77b0ed73c1e68ce92f2d3cd (patch) | |
tree | 500d40b1ae15b765931f9006ef96bd6450b2979f /init.el | |
parent | 50bb0c1e4c9164a63c560edf1952ad48f5e42eb2 (diff) | |
parent | ca0bb02c6ab6f0ea5e0ee0e2e39a685f4259c124 (diff) |
Merge branch 'master' of github.com:yulqen/emacs
Diffstat (limited to '')
-rw-r--r-- | init.el | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -960,11 +960,11 @@ If failed try to complete the common part with `company-complete-common'" (setq org-todo-keyword-faces - (quote (("TODO" :foreground "tomato4" :weight bold) - ("NEXT" :foreground "LemonChiffon" :weight bold) - ("PROJECT" :foreground "ForestGreen" :weight bold) - ("DOING" :foreground "brown" :weight bold) - ("DONE" :foreground "SlateGray" :weight bold) + (quote (("TODO" :foreground "red" :weight bold) + ("NEXT" :foreground "cyan" :weight bold) + ("PROJECT" :foreground "blue" :weight bold) + ("DOING" :foreground "orchid" :weight bold) + ("DONE" :foreground "ForestGreen" :weight bold) ("WAITING" :foreground "orange" :weight bold) ("SOMEDAY" :foreground "blue" :weight bold) ("HOLD" :foreground "magenta" :weight bold) |