refactor(nvim): use notes.org
for orgmode notes file
This commit is contained in:
parent
7d81625bb2
commit
71b8fae291
@ -27,7 +27,7 @@ return {
|
|||||||
-- Setup orgmode
|
-- Setup orgmode
|
||||||
require("orgmode").setup({
|
require("orgmode").setup({
|
||||||
org_agenda_files = "~/Notes/**/*",
|
org_agenda_files = "~/Notes/**/*",
|
||||||
org_default_notes_file = "~/Notes/refile.org",
|
org_default_notes_file = "~/Notes/notes.org",
|
||||||
org_startup_folded = "inherit",
|
org_startup_folded = "inherit",
|
||||||
calendar_week_start_day = 0,
|
calendar_week_start_day = 0,
|
||||||
org_agenda_start_on_weekday = 0,
|
org_agenda_start_on_weekday = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user