diff options
| author | Sacha Chua <sacha@sachachua.com> | 2023-11-23 09:39:02 -0500 | 
|---|---|---|
| committer | Sacha Chua <sacha@sachachua.com> | 2023-11-23 09:39:02 -0500 | 
| commit | 8c73275ae260da5a55f2a1f5354bc320a87d1511 (patch) | |
| tree | 6188f5c9266156c44b9f6b0a9ae53801505e55e9 | |
| parent | c655ef75ecfac52ea45e928ee09bb5fb125aab24 (diff) | |
| download | emacsconf-el-8c73275ae260da5a55f2a1f5354bc320a87d1511.tar.xz emacsconf-el-8c73275ae260da5a55f2a1f5354bc320a87d1511.zip  | |
color to_check
| -rw-r--r-- | emacsconf-schedule.el | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/emacsconf-schedule.el b/emacsconf-schedule.el index b4dcb0a..09e4c20 100644 --- a/emacsconf-schedule.el +++ b/emacsconf-schedule.el @@ -443,8 +443,10 @@ Other status: gray"                            "yellow")                           ("TO_CAPTION"                            "lightgreen") -                         ("TO_STREAM" +                         ("TO_CHECK"                            "green") +                         ("TO_STREAM" +                          "darkgreen")  												 ("TODO"  													"lightgray")                           (_ "gray")))))  | 
