From e168099f785731074ff5e0f4410cff0fd1caf9d5 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Sun, 1 May 2022 12:14:12 +0200 Subject: style(packer): format --- fnl/config/packer.fnl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'fnl/config/packer.fnl') diff --git a/fnl/config/packer.fnl b/fnl/config/packer.fnl index 6796cb2..09c7ca2 100644 --- a/fnl/config/packer.fnl +++ b/fnl/config/packer.fnl @@ -2,6 +2,10 @@ (module config.packer {autoload {util util}}) -(let [packer (util.load-plugin :packer) packer-util (require :packer.util)] - (packer.init {:display {:open_fn (fn [] - (packer-util.float {:border :rounded}))}})) +(let [packer (util.load-plugin :packer) + packer-util (require :packer.util)] + (packer.init + {:display + {:open_fn + (fn [] + (packer-util.float {:border :rounded}))}})) -- cgit v1.2.3-70-g09d2