diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-10-08 11:57:32 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-10-08 11:57:32 +0100 |
| commit | ab8abc7f22d2345690b469a5e3bde9f3d63ac180 (patch) | |
| tree | 8034ed8a16e9712f9f244a3d0ffc26466defa2de /lua/user/pandoc.lua | |
| parent | 02af2c0299b923946092a49cdbae20ba837cb4be (diff) | |
Fixed orgmode error message relating to treesitter. Added another latex
template. Tidied up a number of other files
Diffstat (limited to 'lua/user/pandoc.lua')
| -rw-r--r-- | lua/user/pandoc.lua | 5 |
1 files changed, 1 insertions, 4 deletions
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() |
