Handle situation where a specified jounal is not found.

This commit is contained in:
Will Barrett 2014-10-06 16:45:25 -04:00
parent e6cfeabc17
commit 76881f66e9
3 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"default_hour": 9,
"timeformat": "%Y-%m-%d %H:%M",
"linewrap": 80,
"encrypt": false,
"editor": "",
"default_minute": 0,
"highlight": true,
"password": "",
"journals": {
"simple": "features/journals/simple.journal",
"work": "features/journals/work.journal",
"ideas": "features/journals/nothing.journal"
},
"tagsymbols": "@"
}