Skip to content

Commit a513a7e

Browse files
octvsWhyNotHugo
authored andcommitted
docs: update config info on todoman tutorial
1 parent 5ae0524 commit a513a7e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/tutorials/todoman.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ instance to subfolders of ``~/.calendar/``.
4848
Setting up todoman
4949
==================
5050

51-
Write this to ``~/.config/todoman/todoman.conf``::
51+
Write this to ``~/.config/todoman/config.py``::
5252

53-
[main]
54-
path = ~/.calendars/*
53+
path = "~/.calendars/*"
5554

5655
The glob_ pattern in ``path`` will match all subfolders in ``~/.calendars/``,
5756
which is exactly the tasklists we want. Now you can use ``todoman`` as

0 commit comments

Comments
 (0)