diff options
| author | aktersnurra <grydholm@kth.se> | 2022-04-23 21:22:44 +0200 |
|---|---|---|
| committer | aktersnurra <grydholm@kth.se> | 2022-04-23 21:22:44 +0200 |
| commit | 4ca15d0aa017119670ae454d69911e1ee0e55131 (patch) | |
| tree | 7fd19c02017e74cbd3678706013ba9e25beb184e /fnl/config/trim.fnl | |
| parent | 4932d32cae9a2a63226b67e6678d459b773f1f8b (diff) | |
style: format
Diffstat (limited to 'fnl/config/trim.fnl')
| -rw-r--r-- | fnl/config/trim.fnl | 3 |
1 files changed, 2 insertions, 1 deletions
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 {})) |