Commit 33d3b444 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Add support for topydo.ini in current directory.

Fixes #43.
parent a0a90919
...@@ -77,7 +77,8 @@ class _Config: ...@@ -77,7 +77,8 @@ class _Config:
"/etc/topydo.conf", "/etc/topydo.conf",
self._home_config_path(), self._home_config_path(),
".topydo", ".topydo",
"topydo.conf" "topydo.conf",
"topydo.ini",
] ]
# when a path is given, *only* use the values in that file, or the # when a path is given, *only* use the values in that file, or the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment