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 {