Consistent default linewap

This commit is contained in:
William Minchin 2014-07-28 23:53:57 -06:00
parent 868acb4dee
commit 09e0e44363

View file

@ -28,7 +28,7 @@ class Journal(object):
'timeformat': "%Y-%m-%d %H:%M", 'timeformat': "%Y-%m-%d %H:%M",
'tagsymbols': '@', 'tagsymbols': '@',
'highlight': True, 'highlight': True,
'linewrap': 80, 'linewrap': 79,
} }
self.config.update(kwargs) self.config.update(kwargs)
# Set up date parser # Set up date parser