From 7b10b6088138840ac46c3fd9b1246f451c4bb8bd Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 3 Apr 2022 21:22:50 +0200 Subject: feat(impatient): add fnl config --- fnl/config/impatient.fnl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fnl/config/impatient.fnl (limited to 'fnl') 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))) + -- cgit v1.2.3-70-g09d2