summaryrefslogtreecommitdiff
path: root/fnl/plugins/inc-rename.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/inc-rename.fnl')
-rw-r--r--fnl/plugins/inc-rename.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/inc-rename.fnl b/fnl/plugins/inc-rename.fnl
index bc50481..10ad4e4 100644
--- a/fnl/plugins/inc-rename.fnl
+++ b/fnl/plugins/inc-rename.fnl
@@ -2,6 +2,6 @@
{1 :smjonas/inc-rename.nvim
: keys
- :config (fn []
+ :config (λ []
(let [inc-rename (require :inc_rename)]
(inc-rename.setup)))}