summaryrefslogtreecommitdiff
path: root/fnl/config/packer.fnl
blob: b8ab91a6e74f58bca9a0e165021400509cf09140 (plain)
1
2
3
4
5
6
7
;; 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}))}}))