Commit a92411f7 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Swap priority and creation date.

Now it conforms to the normal todo.txt CLI output.
parent ebe4b1a5
......@@ -15,7 +15,7 @@ auto_creation_date = 1
hide_tags = id,p,ical
indent = 0
list_limit = -1
list_format = |%I| %x %c %{(}p{)} %s %k
list_format = |%I| %x %{(}p{)} %c %s %k
[tags]
tag_start = t
......
......@@ -74,7 +74,7 @@ class _Config:
'hide_tags': 'id,p,ical',
'indent': '0',
'list_limit': '-1',
'list_format': '|%I| %x %c %{(}p{)} %s %k',
'list_format': '|%I| %x %{(}p{)} %c %s %k',
},
'tags': {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment