diff options
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 {})) |