mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
Fix: cfg to Cfg (closes #346)
This commit is contained in:
@@ -182,7 +182,7 @@ local function generate_note_filename(uuid, title)
|
|||||||
title = title:gsub(" ", M.Cfg.filename_space_subst)
|
title = title:gsub(" ", M.Cfg.filename_space_subst)
|
||||||
end
|
end
|
||||||
|
|
||||||
if M.cfg.filename_small_case then
|
if M.Cfg.filename_small_case then
|
||||||
title = string.lower(title)
|
title = string.lower(title)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user