summaryrefslogtreecommitdiff
path: root/fnl/config/stabilize.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-16 01:40:16 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-16 01:40:16 +0200
commit6cb31718df762c6ebf764986074f08b19d6f82f8 (patch)
tree4bc60c9d94de082914ea9ab2d488114caff4edd4 /fnl/config/stabilize.fnl
parent68c0f6bab06ea587b9b258d1ad3b0c9870bc163f (diff)
Refactor loading of plugins with packer
Diffstat (limited to 'fnl/config/stabilize.fnl')
-rw-r--r--fnl/config/stabilize.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/stabilize.fnl b/fnl/config/stabilize.fnl
index ff2ac19..59b7c5d 100644
--- a/fnl/config/stabilize.fnl
+++ b/fnl/config/stabilize.fnl
@@ -1,5 +1,5 @@
;; Stabilize window open/close events.
-(module config.stabilize {autoload {: util}})
+(module config.stabilize {autoload {:util :config.util}})
(def- opts {:force true
;; stabilize window even when current cursor position will be hidden behind new window
@@ -12,4 +12,4 @@
;; comma-separated list of autocmds that wil trigger the plugins window restore function
})
-(util.use-config :stabilize opts)
+(util.setup :stabilize opts)