summaryrefslogtreecommitdiff
path: root/fnl/config/impatient.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf@nexure.io>2022-06-01 18:13:44 +0200
committerGustaf Rydholm <gustaf@nexure.io>2022-06-01 18:13:44 +0200
commitf23f8db85ffc8d2d7f2b427475d98a95eafe7f1c (patch)
tree178f5605a6f492804bf7aef205f4b8429c47afca /fnl/config/impatient.fnl
parent02c402c9beef26879078fdff7a0452a4996fb256 (diff)
Move impatient to init.lua
Diffstat (limited to 'fnl/config/impatient.fnl')
-rw-r--r--fnl/config/impatient.fnl5
1 files changed, 0 insertions, 5 deletions
diff --git a/fnl/config/impatient.fnl b/fnl/config/impatient.fnl
deleted file mode 100644
index ab37eb3..0000000
--- a/fnl/config/impatient.fnl
+++ /dev/null
@@ -1,5 +0,0 @@
-;; Speeds up loading of plugins.
-(module config.impatient {autoload {util util}})
-
-(let [impatient (util.load-plugin :impatient)]
- (impatient.enable_profile))