diff options
author | Matthew Lemon <y@yulqen.org> | 2023-06-08 20:29:10 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-06-08 20:29:10 +0100 |
commit | 36804a96cbfa1bc7ef91f6f5a8aa2df9d0db1941 (patch) | |
tree | fbf5b3c42aa38c027ffaf5659656c2b88f56ff3c /taskrc | |
parent | 90723c67eaff5fdfd9169796b06e95d457475137 (diff) |
Fixes for vit (Debian bug)
Diffstat (limited to '')
-rw-r--r-- | taskrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -66,7 +66,7 @@ color.calendar.due.today=on red color.calendar.overdue=bold red color.calendar.today=color11 on blue color.calendar.due=cyan -color.blocked=underline grey10 on grey3 +color.blocked=underline gray10 on gray3 color.blocking=color5 color.due.today=color0 on rgb550 # color.tagged= @@ -186,11 +186,11 @@ recurrence=off recurrence.limit=1 # Context -context.work=project:w +#context.work=project:w context.work.write=project:Inbox context.work.read=(project:w or project:Inbox) -context.home=project:h +#context.home=project:h context.home.write=project:Inbox context.home.read=(project:h or project:Inbox) # context.code=project:code |