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 | |
parent | a74ab80136f5f8da713beb99cbf48acbcef10c48 (diff) |
add khal config
-rw-r--r-- | .config/khal/config | 16 | ||||
-rw-r--r-- | .gitignore.d/event | 1 |
2 files changed, 17 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 diff --git a/.gitignore.d/event b/.gitignore.d/event index 9043a32..d141bae 100644 --- a/.gitignore.d/event +++ b/.gitignore.d/event @@ -1,3 +1,4 @@ * +!.config/khal/config !.gitignore.d/vcsh !.vdirsyncer/config |