diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-11 22:26:19 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-11 22:26:19 +0200 |
commit | 46dcf8fe18cddbb29db1fab6373feb9e817c963a (patch) | |
tree | 28b364047aff2b44db3f6e298597ec2391830e36 | |
parent | 25118e087c66bc100a88c901ed283e2d9a8b6520 (diff) |
fix(packer): wip
-rw-r--r-- | fnl/config/packer.fnl | 3 |
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}))}})) |