refactor(nvim): use new orgmode settings

This commit is contained in:
Price Hiller 2023-09-26 12:56:34 -05:00
parent f5be4b4580
commit 56738a03c8
No known key found for this signature in database

View File

@ -30,8 +30,9 @@ return {
-- Setup orgmode
require("orgmode").setup({
org_agenda_files = "~/orgfiles/**/*",
org_default_notes_file = "~/orgfiles/refile.org",
org_agenda_files = "~/Notes/**/*",
org_default_notes_file = "~/Notes/refile.org",
org_startup_folded = "inherit"
})
if vim.bo.filetype == "org" then
vim.cmd.edit()