modify to fit into new structure

This commit is contained in:
Matt Anderson
2026-04-15 15:14:14 -05:00
parent 294387c572
commit bf73e79c4e
2 changed files with 9 additions and 9 deletions

View File

@@ -77,9 +77,9 @@ require('lazy').setup({
ft = { 'org' },
config = function()
require("orgmode").setup({
org_startup_indented = true, -- ← this gives Emacs-style virtual indentation under headings (huge for legibility)
org_agenda_files = '~/org/**/*',
org_default_notes_file = '~/org/scratch.org',
org_startup_indented = true,
org_agenda_files = '~/doc/org/**/*',
org_default_notes_file = '~/doc/org/scratch.org',
org_startup_indented = true,
org_deadline_warning_days = 0,
org_agenda_custom_commands = {