Commit e28607b6 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Show completed items at the bottom by default

parent 0b33791a
......@@ -26,7 +26,7 @@ tag_star = star
[sort]
keep_sorted = 0
sort_string = desc:importance,due,desc:priority
sort_string = desc:completed,desc:importance,due,desc:priority
; For calculating importance
ignore_weekends = 1
......
......@@ -95,7 +95,7 @@ class _Config:
'sort': {
'keep_sorted': '0',
'sort_string': 'desc:importance,due,desc:priority',
'sort_string': 'desc:completed,desc:importance,due,desc:priority',
'group_string': '',
'ignore_weekends': '1',
},
......
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