From bdc0b4c5f5ae6e6a014c3c36d202482d42c40d5e Mon Sep 17 00:00:00 2001 From: Aniket Pant Date: Wed, 26 Jun 2013 13:04:50 +0530 Subject: [PATCH] Remove default folder config Signed-off-by: Aniket Pant --- jrnl/Journal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jrnl/Journal.py b/jrnl/Journal.py index ce5f9634..193d89a6 100644 --- a/jrnl/Journal.py +++ b/jrnl/Journal.py @@ -45,7 +45,6 @@ class Journal(object): 'tagsymbols': '@', 'highlight': True, 'linewrap': 80, - 'folder': os.path.expanduser("~/journal/"), } self.config.update(kwargs)