diff options
author | Matthew Lemon <y@yulqen.org> | 2023-06-12 19:11:01 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-06-12 19:11:01 +0100 |
commit | 938c8b884b33991ff7bfe1ff68ce40108fc12af1 (patch) | |
tree | 57aeb0e49d71d921a587324d430df554254506f2 /khal | |
parent | 7668bb165fae3ef0a2f07e6cfff436e78e8ee05f (diff) |
Changes agenda time format to add end time
Diffstat (limited to 'khal')
-rw-r--r-- | khal/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khal/config b/khal/config index 400c6c8..c671f52 100644 --- a/khal/config +++ b/khal/config @@ -22,7 +22,7 @@ path = ~/.calendars/google/uh29md2ulcb23jq7h78ds5d9fs@group.calendar.google.com/ color = light gray [view] -agenda_event_format = "{start-time} {title}" +agenda_event_format = "{start-time} {end-time} {title}" [default] default_calendar = "radicale" |