mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 12:08:31 +02:00
Consistent default linewap
This commit is contained in:
parent
868acb4dee
commit
09e0e44363
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class Journal(object):
|
|||
'timeformat': "%Y-%m-%d %H:%M",
|
||||
'tagsymbols': '@',
|
||||
'highlight': True,
|
||||
'linewrap': 80,
|
||||
'linewrap': 79,
|
||||
}
|
||||
self.config.update(kwargs)
|
||||
# Set up date parser
|
||||
|
|
Loading…
Add table
Reference in a new issue