doc: fix indication for default home directory (closes #228)

This commit is contained in:
Thomas Lambert
2023-03-01 15:21:07 +01:00
parent 7a3091b68f
commit d44fa0c6d9
2 changed files with 8 additions and 8 deletions

View File

@@ -145,7 +145,7 @@ create the defaults directories before first use.
```lua
require('telekasten').setup({
home = '~/zettelkasten', -- Put the name of your notes directory here
home = vim.fn.expand("~/zettelkasten"), -- Put the name of your notes directory here
})
```
**NOTE:** For Windows users, please indicate the path as