diff options
Diffstat (limited to '.config/khal/config')
| -rw-r--r-- | .config/khal/config | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/khal/config b/.config/khal/config new file mode 100644 index 0000000..f1c7dda --- /dev/null +++ b/.config/khal/config @@ -0,0 +1,22 @@ +[calendars] + +[[personal]] +path = ~/calendars/personal +color = light magenta + +[locale] +timeformat = %H:%M +dateformat = %Y-%m-%d +longdateformat = %Y-%m-%d +datetimeformat = %Y-%m-%d %H:%M +longdatetimeformat = %Y-%m-%d %H:%M + +[default] +default_calendar = personal +highlight_event_days = true + +[highlight_days] +default_color = dark green + +[keybindings] +external_edit = E |