summaryrefslogtreecommitdiff
path: root/fnl/config/better-escape.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-08 20:05:49 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-08 20:05:49 +0100
commite4da06e19c072322573c916fa6bdda8827a59e6c (patch)
tree3960a010470c59d62b783b22dedc971439c484c8 /fnl/config/better-escape.fnl
parent68719ee058a302a4bda697b6a39ebfd5fefb06fc (diff)
Refactor with opts
Diffstat (limited to 'fnl/config/better-escape.fnl')
-rw-r--r--fnl/config/better-escape.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/better-escape.fnl b/fnl/config/better-escape.fnl
index f262784..d4379a0 100644
--- a/fnl/config/better-escape.fnl
+++ b/fnl/config/better-escape.fnl
@@ -5,4 +5,4 @@
:clear_empty_lines false
:keys :<Esc>})
-{1 :max397574/better-escape.nvim :event :BufReadPost :config opts}
+{1 :max397574/better-escape.nvim :event :BufReadPost :opts opts}