a bunch of updates

This commit is contained in:
Tiago Sousa 2023-10-02 11:16:52 +01:00
parent 775a72f204
commit a84395e4d4
9 changed files with 347 additions and 23 deletions

View file

@ -16,6 +16,6 @@ require('nvim-treesitter.configs').setup {
}
require('orgmode').setup({
org_agenda_files = { '~/Dropbox/org/*', '~/my-orgs/**/*' },
org_default_notes_file = '~/Dropbox/org/refile.org',
org_agenda_files = { '~/Nextcloud/org/*', '~/my-orgs/**/*' },
org_default_notes_file = '~/Nextcloud/org/refile.org',
})