From a513a7e4fa2e6751fcfa22c9f1c7138d03bc32ba Mon Sep 17 00:00:00 2001 From: octvs Date: Mon, 1 Apr 2024 23:45:48 +0200 Subject: [PATCH] docs: update config info on todoman tutorial --- docs/tutorials/todoman.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/todoman.rst b/docs/tutorials/todoman.rst index a1afd0c..ccbefbe 100644 --- a/docs/tutorials/todoman.rst +++ b/docs/tutorials/todoman.rst @@ -48,10 +48,9 @@ instance to subfolders of ``~/.calendar/``. Setting up todoman ================== -Write this to ``~/.config/todoman/todoman.conf``:: +Write this to ``~/.config/todoman/config.py``:: - [main] - path = ~/.calendars/* + path = "~/.calendars/*" The glob_ pattern in ``path`` will match all subfolders in ``~/.calendars/``, which is exactly the tasklists we want. Now you can use ``todoman`` as