summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-11 21:43:15 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-11 21:43:15 +0200
commit1e61963630e4f2e3bc2e8fa07e46f79274311982 (patch)
tree36f6fb80db8f94c438ec79268193852c96dd53b9
parent238d1235c185df38b7d5ba465547c7a004a09b57 (diff)
fix(packer): wip
-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}))}}))