diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.config/khal/config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/.config/khal/config b/templates/.config/khal/config new file mode 100644 index 0000000..3ec5898 --- /dev/null +++ b/templates/.config/khal/config @@ -0,0 +1,13 @@ +[calendars] + + [[fastmail]] + path = ~/.calendars/bb59d308-bb69-4e6f-a202-6f65d068612a/ + +[locale] +timeformat = %H:%M +dateformat = %Y-%m-%d +longdateformat = %Y-%m-%d +datetimeformat = %Y-%m-%d %H:%M +longdatetimeformat = %Y-%m-%d %H:%M + +# vim: ft=config: |