updated todoman config. config format and name changed.
This commit is contained in:
parent
d4890d14ad
commit
d77e019404
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@
|
|||
*.log
|
||||
vifminfo
|
||||
vifm-help.txt
|
||||
__pycache__/
|
||||
|
|
6
todoman/.config/todoman/config.py
Normal file
6
todoman/.config/todoman/config.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
path = "~/.calendars/*"
|
||||
default_due = 0
|
||||
date_format = "%Y-%m-%d"
|
||||
default_list = "personal"
|
||||
humanize = True
|
||||
timeformat = "%H:%M"
|
|
@ -1,7 +0,0 @@
|
|||
[main]
|
||||
path = ~/.calendars/*
|
||||
default_due = 0
|
||||
date_format = %Y-%m-%d
|
||||
default_list = personal
|
||||
humanize = true
|
||||
timeformat = %H:%M
|
Loading…
Reference in a new issue