From 46dcf8fe18cddbb29db1fab6373feb9e817c963a Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 11 Apr 2022 22:26:19 +0200 Subject: fix(packer): wip --- fnl/config/packer.fnl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fnl/config/packer.fnl b/fnl/config/packer.fnl index e2f0792..9d6a016 100644 --- a/fnl/config/packer.fnl +++ b/fnl/config/packer.fnl @@ -3,4 +3,5 @@ (let [packer (util.load-plugin :packer)] (packer.init {:display {:open_fn (fn [] - (packer.util.float {:border :rounded}))}})) + ((require :packer.util).float + {:border :rounded}))}})) -- cgit v1.2.3-70-g09d2