A bunch of notmuch config, adding jrnl config, adding some vim plugins.

This commit is contained in:
Dustin Swan
2014-06-28 15:32:30 -05:00
parent 14719d067a
commit 3c69b08ce5
6 changed files with 64 additions and 88 deletions

16
jrnl_config Normal file
View File

@@ -0,0 +1,16 @@
{
"default_hour": 9,
"linewrap": 79,
"encrypt": false,
"default_minute": 0,
"tagsymbols": "@",
"editor": "vim -c Goyo -c startinsert",
"timeformat": "%Y-%m-%d %H:%M",
"highlight": true,
"journals": {
"default": {
"journal": "/Users/dustinswan/Dropbox/journal.txt",
"encrypt": true
}
}
}