From f845a7b0588559750b1cb7eede1b3aecb450cdfe Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 1 May 2022 23:06:03 +0200 Subject: style: fmt with fnlfmt --- fnl/config/packer.fnl | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'fnl/config/packer.fnl') diff --git a/fnl/config/packer.fnl b/fnl/config/packer.fnl index 09c7ca2..bdb0d5e 100644 --- a/fnl/config/packer.fnl +++ b/fnl/config/packer.fnl @@ -1,11 +1,7 @@ ;; Load packer config -(module config.packer - {autoload {util util}}) +(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}))}})) + (packer.init {:display {:open_fn (fn [] + (packer-util.float {:border :rounded}))}})) -- cgit v1.2.3-70-g09d2