From 37806545364b2411fce6688e62de7313f7fe6eb4 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sun, 14 Apr 2024 15:59:39 +0200 Subject: [PATCH] fix(orgmode): fix deprecated call --- lua/plugins/orgmode.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/orgmode.lua b/lua/plugins/orgmode.lua index 7e408a2..1ad9469 100644 --- a/lua/plugins/orgmode.lua +++ b/lua/plugins/orgmode.lua @@ -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",