Skip to content

Commit

Permalink
Consistent default linewap
Browse files Browse the repository at this point in the history
  • Loading branch information
MinchinWeb committed Jul 29, 2014
1 parent 868acb4 commit 09e0e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jrnl/Journal.py
Expand Up @@ -28,7 +28,7 @@ def __init__(self, name='default', **kwargs):
'timeformat': "%Y-%m-%d %H:%M",
'tagsymbols': '@',
'highlight': True,
'linewrap': 80,
'linewrap': 79,
}
self.config.update(kwargs)
# Set up date parser
Expand Down

0 comments on commit 09e0e44

Please sign in to comment.