summary refs log tree commit diff
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.lua b/main.lua
new file mode 100644
index 0000000..d9b84cb
--- /dev/null
+++ b/main.lua
@@ -0,0 +1,3 @@
+table.insert(package.loaders or package.searchers, require("fennel").makeSearcher({correlate = true}))
+
+require("lib/main")