diff options
author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-09-02 15:39:58 -0400 |
---|---|---|
committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-09-02 15:39:58 -0400 |
commit | 99470bda884aa47b7660576396bb912bf3ecf7aa (patch) | |
tree | 6283f64d7156fbfd8bfb18ec2a33861f41516aac /.config/todoman/config.py | |
parent | 60f7bde7e10af2727e86faa3e027c1de43617161 (diff) |
Diffstat (limited to '.config/todoman/config.py')
-rw-r--r-- | .config/todoman/config.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/todoman/config.py b/.config/todoman/config.py new file mode 100644 index 0000000..1060931 --- /dev/null +++ b/.config/todoman/config.py @@ -0,0 +1,6 @@ +[main] +path = "~/.calendar/calendar/" +date_format = "%Y-%m-%d" +default_list = "calendar" +default_due = 48 +humanize = true |