blob: 2a8238d4d25a2e0f077002a24c7d3d4cbec11682 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# vim:ft=dosini
[locale]
timeformat = %H:%M
dateformat = %m月%d日 (%a)
longdateformat = %A %Y年%m月%d日
datetimeformat = %c
longdatetimeformat = %c
[view]
agenda_day_format = "{bold}{date-long}{reset}"
agenda_event_format = " {cancelled}{repeat-symbol}{alarm-symbol}{start-end-time-style} -- {calendar-color}{title}{reset}"
blank_line_before_day = True
|