diff options
Diffstat (limited to 'fnl/config/impatient.fnl')
-rw-r--r-- | fnl/config/impatient.fnl | 8 |
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))) + |