ADD journal crypt
This commit is contained in:
parent
d11d721a75
commit
ebb7b9b369
|
@ -71,6 +71,14 @@ let defaultDevs =
|
||||||
"gpg-config"
|
"gpg-config"
|
||||||
gpgKey
|
gpgKey
|
||||||
}
|
}
|
||||||
|
, { tKey = "journal"
|
||||||
|
, tVal =
|
||||||
|
vcryptTree
|
||||||
|
"${env:HOME as Text}/Org/new_journal"
|
||||||
|
(Some "journal")
|
||||||
|
"org-journal"
|
||||||
|
"org_journal"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
let otherDevs =
|
let otherDevs =
|
||||||
|
|
Loading…
Reference in New Issue