A bunch of notmuch config, adding jrnl config, adding some vim plugins.
This commit is contained in:
parent
14719d067a
commit
3c69b08ce5
6 changed files with 64 additions and 88 deletions
16
jrnl_config
Normal file
16
jrnl_config
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue