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/install.fnl | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'fnl/install.fnl') diff --git a/fnl/install.fnl b/fnl/install.fnl index d6eef2c..d80de8f 100644 --- a/fnl/install.fnl +++ b/fnl/install.fnl @@ -1,14 +1,9 @@ ;; Installs plugins with packer. -(module install - {autoload { - a aniseed.core - plugins plugins - packer packer}}) +(module install {autoload {a aniseed.core plugins plugins packer packer}}) (defn- install-plugins [plgs] - (packer.startup ( - fn [use] - (each [plugin opts (pairs plgs)] - (use (a.assoc opts 1 plugin)))))) + (packer.startup (fn [use] + (each [plugin opts (pairs plgs)] + (use (a.assoc opts 1 plugin)))))) (install-plugins plugins.plugins) -- cgit v1.2.3-70-g09d2