Commit 819e5276 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Fix option name for todo.txt location.

parent 744f9f61
......@@ -84,7 +84,7 @@ class _Config:
return self.defaults['highlight_projects_contexts'] == '1'
def todotxt(self):
return self.cp.get('paths', 'todotxt')
return self.cp.get('paths', 'filename')
def archive(self):
return self.cp.get('paths', 'archive')
......
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