summaryrefslogtreecommitdiff
path: root/fnl/config/trim.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/trim.fnl')
-rw-r--r--fnl/config/trim.fnl5
1 files changed, 2 insertions, 3 deletions
diff --git a/fnl/config/trim.fnl b/fnl/config/trim.fnl
index 8a2ec43..e21b715 100644
--- a/fnl/config/trim.fnl
+++ b/fnl/config/trim.fnl
@@ -1,6 +1,5 @@
;; Trim whitespaces on save.
-(module config.trim {autoload {util config.util}})
-(def- opts {:disable [:python]})
+(local opts {:disable [:python]})
-(util.setup :trim opts)
+{1 :cappyzawa/trim.nvim :event :BufFilePre :config opts}