diff options
author | Ben Burwell <ben@benburwell.com> | 2019-08-13 14:58:29 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-08-13 14:58:29 -0400 |
commit | 973099770188320da077cbaa0f539b0ef1014c9e (patch) | |
tree | f6d4ee3ab9f5c1195384f5fb880f584ada865451 /templates | |
parent | 58c2d11d75a4db033cc6c601ed6bcea0433804e3 (diff) |
khal: adopt
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: |