summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fnl/config/packer.fnl3
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/config/packer.fnl b/fnl/config/packer.fnl
index 8354c07..e2f0792 100644
--- a/fnl/config/packer.fnl
+++ b/fnl/config/packer.fnl
@@ -3,5 +3,4 @@
(let [packer (util.load-plugin :packer)]
(packer.init {:display {:open_fn (fn []
- ((require :packer.util) .float
- {:border :rounded}))}}))
+ (packer.util.float {:border :rounded}))}}))