mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2025-12-31 22:04:24 -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)
|
||||
end
|
||||
|
||||
if M.cfg.filename_small_case then
|
||||
if M.Cfg.filename_small_case then
|
||||
title = string.lower(title)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user