refactor(nvim): use new orgmode settings
This commit is contained in:
parent
f5be4b4580
commit
56738a03c8
@ -30,8 +30,9 @@ return {
|
|||||||
|
|
||||||
-- Setup orgmode
|
-- Setup orgmode
|
||||||
require("orgmode").setup({
|
require("orgmode").setup({
|
||||||
org_agenda_files = "~/orgfiles/**/*",
|
org_agenda_files = "~/Notes/**/*",
|
||||||
org_default_notes_file = "~/orgfiles/refile.org",
|
org_default_notes_file = "~/Notes/refile.org",
|
||||||
|
org_startup_folded = "inherit"
|
||||||
})
|
})
|
||||||
if vim.bo.filetype == "org" then
|
if vim.bo.filetype == "org" then
|
||||||
vim.cmd.edit()
|
vim.cmd.edit()
|
||||||
|
Loading…
Reference in New Issue
Block a user