diff options
author | Jonas Smedegaard <dr@jones.dk> | 2023-09-17 15:36:08 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2023-09-17 15:36:08 +0200 |
commit | 1c186ff517391f452a5b9b9e415c9a70218a0c69 (patch) | |
tree | 3ab8471834d55055622ce25f744405250e91125c /.config/khal/config | |
parent | a74ab80136f5f8da713beb99cbf48acbcef10c48 (diff) |
add khal config
Diffstat (limited to '.config/khal/config')
-rw-r--r-- | .config/khal/config | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/khal/config b/.config/khal/config new file mode 100644 index 0000000..f50ee13 --- /dev/null +++ b/.config/khal/config @@ -0,0 +1,16 @@ +[calendars] + +[[jonas_calendar_local]] +path = ~/.calendars/* +type = discover + +[[jonas_contacts_local]] +path = ~/.contacts/* +type = discover + +[locale] +timeformat = %H:%M +dateformat = %Y-%m-%d +longdateformat = %Y-%m-%d +datetimeformat = %Y-%m-%d %H:%M +longdatetimeformat = %Y-%m-%d %H:%M |