mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
cleanup
This commit is contained in:
@@ -14,8 +14,8 @@ local home = vim.fn.expand("~/zettelkasten")
|
||||
|
||||
ZkCfg = {
|
||||
home = home,
|
||||
dailies = vim.fn.expand("~/zettelkasten/daily"),
|
||||
weeklies = vim.fn.expand("~/zettelkasten/weekly"),
|
||||
dailies = home .. '/' .. 'daily',
|
||||
weeklies = home .. '/' .. 'weekly',
|
||||
extension = ".md",
|
||||
daily_finder = "daily_finder.sh",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user