Sort todoman using priority

This commit is contained in:
2025-12-04 18:45:31 +01:00
parent 3d62cc10d3
commit 24b1438410

View File

@@ -7,7 +7,7 @@
time_format = "%H:%M"
default_list = "personal"
default_due = 0
default_command = "list --sort due"
default_command = "list --sort priority,due"
humanize = True
'';
};