Jrnl config stuff
parent
3da27ae701
commit
9eceac229e
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"default_hour": 9,
|
"default_hour": 9,
|
||||||
"linewrap": 79,
|
"linewrap": 79,
|
||||||
"encrypt": false,
|
"encrypt": false,
|
||||||
"default_minute": 0,
|
"default_minute": 0,
|
||||||
"tagsymbols": "@",
|
"tagsymbols": "@",
|
||||||
"editor": "emacsclient -a \"\" -t",
|
"editor": "emacsclient -a \"\" -t",
|
||||||
"timeformat": "%Y-%m-%d %H:%M",
|
"timeformat": "%Y-%m-%d %H:%M",
|
||||||
"highlight": true,
|
"highlight": true,
|
||||||
"journals": {
|
"journals": {
|
||||||
"default": {
|
"default": {
|
||||||
"journal": "/Users/dustinswan/Dropbox/journal.txt",
|
"journal": "/Users/dustinswan/Sync/journal.txt",
|
||||||
"encrypt": true
|
"encrypt": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue