summaryrefslogtreecommitdiff
path: root/fnl/config/packer.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/packer.fnl')
-rw-r--r--fnl/config/packer.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/packer.fnl b/fnl/config/packer.fnl
index 36691b9..f4f44cc 100644
--- a/fnl/config/packer.fnl
+++ b/fnl/config/packer.fnl
@@ -1,7 +1,7 @@
;; Load packer config
-(module config.packer {autoload {: util}})
+(module config.packer {autoload {util config.util}})
-(let [packer (util.load-plugin :packer)
+(let [packer (util.prequire :packer)
packer-util (require :packer.util)]
(packer.init {:display {:open_fn (fn []
(packer-util.float {:border :rounded}))}}))