diff options
Diffstat (limited to 'fnl')
-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]})) |