Merge pull request #44 from lambtho12/main

fix: make goto_today() look for daily notes, not zettels
This commit is contained in:
Rene Schallner
2021-12-15 05:38:36 +01:00
committed by GitHub

View File

@@ -1494,7 +1494,7 @@ local function GotoDate(opts)
find_files_sorted({
prompt_title = "Goto day",
cwd = M.Cfg.home,
cwd = M.Cfg.dailies,
default_text = word,
find_command = M.Cfg.find_command,
attach_mappings = function(prompt_bufnr, map)