fix(orgmode): fix deprecated call

This commit is contained in:
2024-04-14 15:59:39 +02:00
parent 70b5bf3109
commit 3780654536
-1
View File
@@ -2,7 +2,6 @@
local function setup()
local orgmode = require("orgmode")
orgmode.setup_ts_grammar()
orgmode.setup({
org_agenda_files = { "~/Documents/org/**/*", },
org_default_notes_file = "~/Documents/org/notes.org",