summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf@nexure.io>2022-05-30 15:30:36 +0200
committerGustaf Rydholm <gustaf@nexure.io>2022-05-30 15:30:36 +0200
commit0e12c63a0a32e79b9e6039934769e6060e20c8ab (patch)
tree1609a8b33fdbbd388b9e2d70b7b64f7d986faf80
parent99436cf82bea2d96fcaf7f2d5e71946336a4b693 (diff)
Disable python for trim
-rw-r--r--fnl/config/trim.fnl2
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]}))