feat(nvim): add stdpath of nvim config to org agenda files
This commit is contained in:
parent
b492ad7e0d
commit
42a51802fb
@ -17,6 +17,7 @@ return {
|
||||
org_agenda_files = {
|
||||
"~/Git/College/**/*",
|
||||
"~/Notes/**/*",
|
||||
vim.fn.stdpath("config") .. "/**/*"
|
||||
},
|
||||
notifications = {
|
||||
enabled = true,
|
||||
|
Loading…
Reference in New Issue
Block a user