From 6efe58573cc658de42f9ad6911002e3e8eab189a Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 27 Feb 2022 08:54:20 +0900 Subject: feat(pack)!: remove defer_unpack --- fnl/nvrc/macro/pack.fnl | 1 - 1 file changed, 1 deletion(-) (limited to 'fnl/nvrc/macro') diff --git a/fnl/nvrc/macro/pack.fnl b/fnl/nvrc/macro/pack.fnl index 3364cd2..7f76a0d 100644 --- a/fnl/nvrc/macro/pack.fnl +++ b/fnl/nvrc/macro/pack.fnl @@ -26,7 +26,6 @@ (if (= k :req) (values :config (format "require('nvrc.packs.%s')" v)) (= k :init) (values :config (format "require('%s').setup({})" v)) - (= k :defer) (values :setup (format "require('nvrc.utils').defer_unpack('%s', 5)" v)) (values k v)))] (doto options (tset 1 identifier)))) -- cgit 1.4.1