From 4ca15d0aa017119670ae454d69911e1ee0e55131 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Sat, 23 Apr 2022 21:22:44 +0200 Subject: style: format --- fnl/config/trim.fnl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fnl/config/trim.fnl') diff --git a/fnl/config/trim.fnl b/fnl/config/trim.fnl index f1f707a..05b62b6 100644 --- a/fnl/config/trim.fnl +++ b/fnl/config/trim.fnl @@ -1,4 +1,5 @@ ;; Trim whitespaces on save. (module config.trim {autoload {util util}}) -(util.load-plugin :trim) +(let [trim (util.load-plugin :trim)] + (trim.setup {})) -- cgit v1.2.3-70-g09d2