refactor(nvim): use notes.org for orgmode notes file

This commit is contained in:
Price Hiller 2023-11-01 08:54:51 -05:00
parent 7d81625bb2
commit 71b8fae291
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -27,7 +27,7 @@ return {
-- Setup orgmode
require("orgmode").setup({
org_agenda_files = "~/Notes/**/*",
org_default_notes_file = "~/Notes/refile.org",
org_default_notes_file = "~/Notes/notes.org",
org_startup_folded = "inherit",
calendar_week_start_day = 0,
org_agenda_start_on_weekday = 0,