diff options
Diffstat (limited to '.config/todoman')
| -rw-r--r-- | .config/todoman/config.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.config/todoman/config.py b/.config/todoman/config.py deleted file mode 100644 index 3a982f8..0000000 --- a/.config/todoman/config.py +++ /dev/null @@ -1,6 +0,0 @@ -# A glob expression which matches all directories relevant. -path = "~/calendars/tasks/" -date_format = "%Y-%m-%d" -time_format = "%H:%M" -default_list = "tasks" -default_due = 48 |