From 948bc6c0d89c11c159de20fed988af47aebede90 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Mon, 3 Apr 2017 11:13:43 +0200 Subject: [PATCH] Added init.lua file, to allow import from other projects. --- init.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 init.lua diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..6063b98 --- /dev/null +++ b/init.lua @@ -0,0 +1,2 @@ + +return require("pretty.pretty")