diff options
author | David Runge <dave@sleepmap.de> | 2015-03-03 15:23:10 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-03 15:23:10 +0100 |
commit | 8f9eb53a23715a15fd591e930a75eedabdc91b93 (patch) | |
tree | c868e7e39233cf3036cc9dba1c65371f9ab11ef5 | |
parent | 9e1d9c25d66a9735e1bdb15c0720b7911f1cd81b (diff) | |
download | dotfiles-8f9eb53a23715a15fd591e930a75eedabdc91b93.tar.gz dotfiles-8f9eb53a23715a15fd591e930a75eedabdc91b93.tar.bz2 dotfiles-8f9eb53a23715a15fd591e930a75eedabdc91b93.tar.xz dotfiles-8f9eb53a23715a15fd591e930a75eedabdc91b93.zip |
khal.conf: Setting writable calendars writable.
-rw-r--r-- | .config/khal/khal.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.config/khal/khal.conf b/.config/khal/khal.conf index e67cf91..7931720 100644 --- a/.config/khal/khal.conf +++ b/.config/khal/khal.conf @@ -2,12 +2,10 @@ [calendars] [[unix-pool]] path = ~/.calendars/unix-pool -readonly = True color = dark magenta [[concerts]] path = ~/.calendars/concerts -readonly = True color = brown [[birthdays]] @@ -17,22 +15,18 @@ color = white [[courses]] path = ~/.calendars/courses -readonly = True color = light red [[d228]] path = ~/.calendars/d228 -readonly = True color = dark green [[live]] path = ~/.calendars/live -readonly = True color = light green [[private]] path = ~/.calendars/private -readonly = True color = dark cyan [sqlite] |