summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-03 21:22:50 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-03 21:22:50 +0200
commit7b10b6088138840ac46c3fd9b1246f451c4bb8bd (patch)
treeb6973e3a311258fb00c1de196f3c824c4ad9d3a6 /fnl
parentda8fcbe90cd5983c0c8f1cd0cd2db8066be2f910 (diff)
feat(impatient): add fnl config
Diffstat (limited to 'fnl')
-rw-r--r--fnl/config/impatient.fnl8
1 files changed, 8 insertions, 0 deletions
diff --git a/fnl/config/impatient.fnl b/fnl/config/impatient.fnl
new file mode 100644
index 0000000..993cf82
--- /dev/null
+++ b/fnl/config/impatient.fnl
@@ -0,0 +1,8 @@
+;; Speeds up loading of plugins.
+(module config.impatient
+ {autoload {util util}})
+
+(let [(ok? impatient) util.load-plugin :impatient]
+ (when ok?
+ (impatient.enable_profile)))
+