mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
fix: make goto_today() look for daily notes, not zettels
This commit is contained in:
@@ -1494,7 +1494,7 @@ local function GotoDate(opts)
|
|||||||
|
|
||||||
find_files_sorted({
|
find_files_sorted({
|
||||||
prompt_title = "Goto day",
|
prompt_title = "Goto day",
|
||||||
cwd = M.Cfg.home,
|
cwd = M.Cfg.dailies,
|
||||||
default_text = word,
|
default_text = word,
|
||||||
find_command = M.Cfg.find_command,
|
find_command = M.Cfg.find_command,
|
||||||
attach_mappings = function(prompt_bufnr, map)
|
attach_mappings = function(prompt_bufnr, map)
|
||||||
|
|||||||
Reference in New Issue
Block a user