fix(orgmode): fix deprecated call
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
local function setup()
|
local function setup()
|
||||||
local orgmode = require("orgmode")
|
local orgmode = require("orgmode")
|
||||||
orgmode.setup_ts_grammar()
|
|
||||||
orgmode.setup({
|
orgmode.setup({
|
||||||
org_agenda_files = { "~/Documents/org/**/*", },
|
org_agenda_files = { "~/Documents/org/**/*", },
|
||||||
org_default_notes_file = "~/Documents/org/notes.org",
|
org_default_notes_file = "~/Documents/org/notes.org",
|
||||||
|
|||||||
Reference in New Issue
Block a user