summaryrefslogtreecommitdiff
path: root/fnl/config/packer.fnl
blob: ccc9ad88c46deb884e7e11ac8ca4fdd34f556039 (plain)
1
2
3
4
5
6
7
8
9
;; Load packer config
(module config.packer
  {autoload {util util}})

(let [(ok? packer) util.load-plugin :packer]
  (when ok?
    (packer.init {
      :display {
          :open_fn (fn [] ((require :packer.util).float {:border :rounded}))}})))