From b74c9dd22e632bbe720587db92966c4d6811b766 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 11 Apr 2022 18:52:34 +0200 Subject: style: format with fnlfmt --- fnl/config/packer.fnl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'fnl/config/packer.fnl') diff --git a/fnl/config/packer.fnl b/fnl/config/packer.fnl index 0c5611b..8354c07 100644 --- a/fnl/config/packer.fnl +++ b/fnl/config/packer.fnl @@ -1,9 +1,7 @@ ;; Load packer config -(module config.packer - {autoload {util util}}) +(module config.packer {autoload {util util}}) (let [packer (util.load-plugin :packer)] - (packer.init { - :display { - :open_fn (fn [] - ((require :packer.util).float {:border :rounded}))}})) + (packer.init {:display {:open_fn (fn [] + ((require :packer.util) .float + {:border :rounded}))}})) -- cgit v1.2.3-70-g09d2