From 3afccf2a5447fb88731aa70f5b403fc4b86129f5 Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Mon, 9 Jan 2023 16:42:15 +0530 Subject: [PATCH] Doc fix --- docs/en/src/configuration.md | 1 + src/init.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/en/src/configuration.md b/docs/en/src/configuration.md index 65c8b17..a73954d 100644 --- a/docs/en/src/configuration.md +++ b/docs/en/src/configuration.md @@ -131,4 +131,5 @@ return { { LogSuccess = "Switched layout" }, { CallLuaSilently = "custom.some_plugin_with_hooks.on_layout_switch" }, } +} ``` diff --git a/src/init.lua b/src/init.lua index 336ae69..fcf6373 100644 --- a/src/init.lua +++ b/src/init.lua @@ -2719,6 +2719,7 @@ xplr.fn.custom = {} -- { LogSuccess = "Switched layout" }, -- { CallLuaSilently = "custom.some_plugin_with_hooks.on_layout_switch" }, -- } +-- } -- ``` return {