Tweak Orgmode

This commit is contained in:
Christopher Williams
2026-01-12 09:21:38 -05:00
parent 2e2010c48d
commit 11932ebf7f
3 changed files with 18 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ local M = {
ft = { "org" },
config = function()
require("orgmode").setup({
or_startup_folded = 'showeverything',
org_agenda_files = "~/org/**/*",
org_default_notes_file = "~/org/refile.org",
})