We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae0524 commit a513a7eCopy full SHA for a513a7e
docs/tutorials/todoman.rst
@@ -48,10 +48,9 @@ instance to subfolders of ``~/.calendar/``.
48
Setting up todoman
49
==================
50
51
-Write this to ``~/.config/todoman/todoman.conf``::
+Write this to ``~/.config/todoman/config.py``::
52
53
- [main]
54
- path = ~/.calendars/*
+ path = "~/.calendars/*"
55
56
The glob_ pattern in ``path`` will match all subfolders in ``~/.calendars/``,
57
which is exactly the tasklists we want. Now you can use ``todoman`` as
0 commit comments