AutoYADM commit: 2025-01-15 19:35:06

This commit is contained in:
Daniel Fichtinger 2025-01-15 19:35:06 -05:00
parent d02cc51e19
commit 27dd176c02
3 changed files with 47 additions and 34 deletions

View file

@ -0,0 +1,9 @@
return {
"nvim-orgmode/orgmode",
event = "VeryLazy",
ft = { "org" },
opts = {
org_agenda_files = "~/orgfiles/**/*",
org_default_notes_file = "~/orgfiles/refile.org",
},
}