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