summaryrefslogtreecommitdiff
path: root/lua/user/zenmode.lua
diff options
context:
space:
mode:
authorVito G. Graffagnino <vito@graffagnino.xyz>2022-10-08 11:57:32 +0100
committerVito G. Graffagnino <vito@graffagnino.xyz>2022-10-08 11:57:32 +0100
commitab8abc7f22d2345690b469a5e3bde9f3d63ac180 (patch)
tree8034ed8a16e9712f9f244a3d0ffc26466defa2de /lua/user/zenmode.lua
parent02af2c0299b923946092a49cdbae20ba837cb4be (diff)
Fixed orgmode error message relating to treesitter. Added another latex
template. Tidied up a number of other files
Diffstat (limited to 'lua/user/zenmode.lua')
-rw-r--r--lua/user/zenmode.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/user/zenmode.lua b/lua/user/zenmode.lua
new file mode 100644
index 0000000..3459de0
--- /dev/null
+++ b/lua/user/zenmode.lua
@@ -0,0 +1,3 @@
+local config = require("zen-mode")
+config.setup {
+}