summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-11 22:26:19 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-11 22:26:19 +0200
commit46dcf8fe18cddbb29db1fab6373feb9e817c963a (patch)
tree28b364047aff2b44db3f6e298597ec2391830e36
parent25118e087c66bc100a88c901ed283e2d9a8b6520 (diff)
fix(packer): wip
-rw-r--r--fnl/config/packer.fnl3
1 files changed, 2 insertions, 1 deletions
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}))}}))