From 71b8fae29183f7ba6f034603e05527dc0ea95f73 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 1 Nov 2023 08:54:51 -0500 Subject: [PATCH] refactor(nvim): use `notes.org` for orgmode notes file --- dots/.config/nvim/lua/plugins/configs/org-mode.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/nvim/lua/plugins/configs/org-mode.lua b/dots/.config/nvim/lua/plugins/configs/org-mode.lua index 11fd2b6e..0b7bf7a2 100644 --- a/dots/.config/nvim/lua/plugins/configs/org-mode.lua +++ b/dots/.config/nvim/lua/plugins/configs/org-mode.lua @@ -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,