summaryrefslogtreecommitdiff
path: root/dot_config/nvim/fnl/toast/table.fnl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_config/nvim/fnl/toast/table.fnl5
1 files changed, 4 insertions, 1 deletions
diff --git a/dot_config/nvim/fnl/toast/table.fnl b/dot_config/nvim/fnl/toast/table.fnl
index a294b14..fe118e8 100644
--- a/dot_config/nvim/fnl/toast/table.fnl
+++ b/dot_config/nvim/fnl/toast/table.fnl
@@ -11,5 +11,8 @@
(table.insert t ...)
t)
+(local unpack (or table.unpack unpack))
+
{: from-pairs
- : insert}
+ : insert
+ : unpack}