summaryrefslogtreecommitdiff
path: root/fnl/config/surround.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/surround.fnl')
-rw-r--r--fnl/config/surround.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/surround.fnl b/fnl/config/surround.fnl
index 04a516f..2406ecd 100644
--- a/fnl/config/surround.fnl
+++ b/fnl/config/surround.fnl
@@ -1,6 +1,6 @@
;; Surround selections.
-(module config.surround {autoload {: util}})
+(module config.surround {autoload {util config.util}})
(def- opts {})
-(util.use-config :nvim-surround opts)
+(util.setup :nvim-surround opts)