Remove default folder config

Signed-off-by: Aniket Pant <me@aniketpant.com>
This commit is contained in:
Aniket Pant 2013-06-26 13:04:50 +05:30
parent 9e969786f5
commit bdc0b4c5f5

View file

@ -45,7 +45,6 @@ class Journal(object):
'tagsymbols': '@', 'tagsymbols': '@',
'highlight': True, 'highlight': True,
'linewrap': 80, 'linewrap': 80,
'folder': os.path.expanduser("~/journal/"),
} }
self.config.update(kwargs) self.config.update(kwargs)