From 583f6856279d6c65f5968e3db4f3ed70b539ad3f Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Sat, 9 Apr 2022 17:06:37 +0530 Subject: [PATCH] Minor line gap --- docs/en/src/configuration.md | 1 + src/init.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/src/configuration.md b/docs/en/src/configuration.md index bf3983f..b0bbcdd 100644 --- a/docs/en/src/configuration.md +++ b/docs/en/src/configuration.md @@ -39,6 +39,7 @@ While `xplr.config` defines all the static parts of the configuration, `xplr.fn` defines all the dynamic parts using functions. See: [Lua Function Calls](https://xplr.dev/en/lua-function-calls) + As always, `xplr.fn.builtin` is where the built-in functions are defined that can be overwritten. diff --git a/src/init.lua b/src/init.lua index e1e4e59..5bd26cb 100644 --- a/src/init.lua +++ b/src/init.lua @@ -2439,7 +2439,7 @@ xplr.config.modes.custom = {} -- `xplr.fn` defines all the dynamic parts using functions. -- -- See: [Lua Function Calls](https://xplr.dev/en/lua-function-calls) - +-- -- As always, `xplr.fn.builtin` is where the built-in functions are defined -- that can be overwritten.