7 lines
151 B
Lua
7 lines
151 B
Lua
require("orgmode").setup_ts_grammar()
|
|
|
|
require("orgmode").setup {
|
|
org_agenda_files = {"~/org/**/*"},
|
|
org_default_notes_file = "~/org/notes.org",
|
|
}
|