Added diary TODO's to agenda
This commit is contained in:
parent
2aa125e814
commit
ef05e41471
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ require('nvim-treesitter.configs').setup({
|
|||
})
|
||||
|
||||
require('orgmode').setup({
|
||||
org_agenda_files = { '~/.vimwiki/org/**.org' },
|
||||
org_agenda_files = { "~/.vimwiki/org/**/*.org" },
|
||||
org_default_notes_file = '~/.vimwiki/org/refile.org',
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue