diff options
author | Gustaf Rydholm <gustaf@nexure.io> | 2022-05-30 15:30:36 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf@nexure.io> | 2022-05-30 15:30:36 +0200 |
commit | 0e12c63a0a32e79b9e6039934769e6060e20c8ab (patch) | |
tree | 1609a8b33fdbbd388b9e2d70b7b64f7d986faf80 /fnl/config | |
parent | 99436cf82bea2d96fcaf7f2d5e71946336a4b693 (diff) |
Disable python for trim
Diffstat (limited to 'fnl/config')
-rw-r--r-- | fnl/config/trim.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/trim.fnl b/fnl/config/trim.fnl index 05b62b6..fe23496 100644 --- a/fnl/config/trim.fnl +++ b/fnl/config/trim.fnl @@ -2,4 +2,4 @@ (module config.trim {autoload {util util}}) (let [trim (util.load-plugin :trim)] - (trim.setup {})) + (trim.setup {:disable [:python]})) |