modify to fit into new structure
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user