finally fixed orgmode, cant forget to change conda path on laptop
This commit is contained in:
parent
0c1feb7b06
commit
469c02ad73
3 changed files with 7 additions and 5 deletions
|
@ -16,6 +16,6 @@ require('nvim-treesitter.configs').setup {
|
|||
}
|
||||
|
||||
require('orgmode').setup({
|
||||
org_agenda_files = { '~/Nextcloud/org/*', '~/my-orgs/**/*' },
|
||||
org_default_notes_file = '~/Nextcloud/org/refile.org',
|
||||
org_agenda_files = { '~/Nextcloud/Documents/uni/**/*'},
|
||||
org_default_notes_file = '~/Nextcloud/Documents/uni/refile.org',
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue