From ab8abc7f22d2345690b469a5e3bde9f3d63ac180 Mon Sep 17 00:00:00 2001 From: "Vito G. Graffagnino" Date: Sat, 8 Oct 2022 11:57:32 +0100 Subject: Fixed orgmode error message relating to treesitter. Added another latex template. Tidied up a number of other files --- lua/user/pandoc.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lua/user/pandoc.lua') diff --git a/lua/user/pandoc.lua b/lua/user/pandoc.lua index 40b3e9a..099cf50 100644 --- a/lua/user/pandoc.lua +++ b/lua/user/pandoc.lua @@ -2,7 +2,4 @@ local status_ok = pcall(require, "pandoc") if not status_ok then return end - -local pandoc =require "pandoc" - -pandoc.setup() +require "pandoc".setup() -- cgit v1.2.3