(nvim) remove daily folder

This commit is contained in:
jc 2024-09-18 02:06:58 -04:00
commit 8152153c36
No known key found for this signature in database

View file

@ -43,7 +43,6 @@ return {
return tostring(os.time()) .. "-" .. suffix return tostring(os.time()) .. "-" .. suffix
end, end,
daily_notes = { daily_notes = {
folder = "dailies",
date_format = "%d-%m-%Y", date_format = "%d-%m-%Y",
}, },
}, },