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.fnl7
1 files changed, 0 insertions, 7 deletions
diff --git a/fnl/config/packer.fnl b/fnl/config/packer.fnl
deleted file mode 100644
index f4f44cc..0000000
--- a/fnl/config/packer.fnl
+++ /dev/null
@@ -1,7 +0,0 @@
-;; Load packer config
-(module config.packer {autoload {util config.util}})
-
-(let [packer (util.prequire :packer)
- packer-util (require :packer.util)]
- (packer.init {:display {:open_fn (fn []
- (packer-util.float {:border :rounded}))}}))