diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-21 00:38:05 +0100 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-21 00:38:05 +0100 |
| commit | ff83f6d332c93c6f5124dfd7ba08bcebab2099e3 (patch) | |
| tree | 13fdb3e7036a5df414a453d0840d1a6689f603d0 /fnl/config/packer.fnl | |
| parent | 3a04ae4dff27c859f223885109ae7dfa581d56cc (diff) | |
Replace packer with lazy
Diffstat (limited to 'fnl/config/packer.fnl')
| -rw-r--r-- | fnl/config/packer.fnl | 7 |
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}))}})) |