blob: 0c5611b7e88813f90ae5af06162cbca06fcee57d (
plain)
1
2
3
4
5
6
7
8
9
|
;; Load packer config
(module config.packer
{autoload {util util}})
(let [packer (util.load-plugin :packer)]
(packer.init {
:display {
:open_fn (fn []
((require :packer.util).float {:border :rounded}))}}))
|