Minor line gap

pull/462/head
Arijit Basu 2 years ago
parent aca6127166
commit 583f685627
No known key found for this signature in database
GPG Key ID: 0F8EF5258DC38077

@ -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.

@ -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.

Loading…
Cancel
Save