Skip to content

Commit

Permalink
Fix: cfg to Cfg (closes #346)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebourgess authored Oct 15, 2024
1 parent c1c7a5d commit b695fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/telekasten.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b695fa6

Please sign in to comment.