diff options
author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-05-11 08:05:14 -0400 |
---|---|---|
committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-05-11 08:05:14 -0400 |
commit | 60f7bde7e10af2727e86faa3e027c1de43617161 (patch) | |
tree | b46b87ec09bcb759f1473af2d92f801e0167da56 /.config/khal |
initial import
Diffstat (limited to '.config/khal')
-rwxr-xr-x | .config/khal/config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/khal/config b/.config/khal/config new file mode 100755 index 0000000..67242bb --- /dev/null +++ b/.config/khal/config @@ -0,0 +1,12 @@ +[calendars] + +[[private]] +path = .calendar/calendar +type = calendar + +[locale] +timeformat = %H:%M +dateformat = %Y-%m-%d +longdateformat = %Y-%m-%d +datetimeformat = %Y-%m-%d %H:%M +longdatetimeformat = %Y-%m-%d %H:%M |