Fix: cfg to Cfg (closes #346)

This commit is contained in:
Elias Bourgess
2024-10-15 18:33:37 +02:00
committed by GitHub
parent c1c7a5d563
commit b695fa6eff

View File

@@ -182,7 +182,7 @@ local function generate_note_filename(uuid, title)
title = title:gsub(" ", M.Cfg.filename_space_subst)
end
if M.cfg.filename_small_case then
if M.Cfg.filename_small_case then
title = string.lower(title)
end