summaryrefslogtreecommitdiff
path: root/fnl/plugins/inc-rename.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-29 00:03:58 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-29 00:03:58 +0200
commit7096adce11b93787170c09b79a6170d97b4a977c (patch)
tree1ccb3901136fc31728652e4db9595c1d7b1cccf5 /fnl/plugins/inc-rename.fnl
parentbeb3ed1effdc5dbd047c583598b83615075363b7 (diff)
Replace fn with λ and how cmds are imported
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)))}