mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
cleanup
This commit is contained in:
@@ -378,7 +378,6 @@ end
|
|||||||
-- find this week's weekly note and create it if necessary.
|
-- find this week's weekly note and create it if necessary.
|
||||||
--
|
--
|
||||||
GotoThisWeek = function(opts)
|
GotoThisWeek = function(opts)
|
||||||
print('local version')
|
|
||||||
opts = {} or opts
|
opts = {} or opts
|
||||||
|
|
||||||
local title = os.date("%Y-W%V")
|
local title = os.date("%Y-W%V")
|
||||||
@@ -434,7 +433,6 @@ local M = {
|
|||||||
goto_thisweek = GotoThisWeek,
|
goto_thisweek = GotoThisWeek,
|
||||||
find_weekly_notes = FindWeeklyNotes,
|
find_weekly_notes = FindWeeklyNotes,
|
||||||
}
|
}
|
||||||
print('local version')
|
|
||||||
return M
|
return M
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user