adds command to create note

This commit is contained in:
Dennis Schoepf 2025-10-31 17:15:54 +01:00
parent 64879ac366
commit 25bcbddb73
2 changed files with 42 additions and 1 deletions

View file

@ -13,7 +13,7 @@ function M.project_dirs()
table.insert(projects, dir)
end
table.insert(projects, wezterm.home_dir .. "/orgnzr")
table.insert(projects, wezterm.home_dir .. "/notes")
return projects
end