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/zenmode.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/zenmode.lua')
| -rw-r--r-- | lua/user/zenmode.lua | 3 |
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 { +} |
