diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-09-12 20:34:54 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-09-12 20:34:54 +0100 |
commit | 6e26873bc1cff72a2e97cad21124c58b2cdcb276 (patch) | |
tree | 6e5e3790e09d1538e86859b3d452c8064ee0a21e /khal/.config | |
parent | eecf7b8c552f03a15a37b0bd26e0550f3463baf7 (diff) |
[khal] Add work calendar
Diffstat (limited to 'khal/.config')
-rw-r--r-- | khal/.config/khal/khal.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/khal/.config/khal/khal.conf b/khal/.config/khal/khal.conf index 27c90ec..2cfb434 100644 --- a/khal/.config/khal/khal.conf +++ b/khal/.config/khal/khal.conf @@ -4,7 +4,12 @@ path = ~/.calendars/home/ color = dark green + [[work]] + path = ~/.calendars/work/ + color = dark blue + [default] default_calendar = home print_new = event timedelta = 7d + highlight_event_days = True |