summaryrefslogtreecommitdiff
path: root/fnl/plugins/persistence.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/persistence.fnl')
-rw-r--r--fnl/plugins/persistence.fnl6
1 files changed, 3 insertions, 3 deletions
diff --git a/fnl/plugins/persistence.fnl b/fnl/plugins/persistence.fnl
index 1939564..6f5867c 100644
--- a/fnl/plugins/persistence.fnl
+++ b/fnl/plugins/persistence.fnl
@@ -24,9 +24,9 @@
(persistence.stop)))
{:nargs 0}]])
-(fn init []
- (let [cmds (require :util.cmds)]
- (cmds.create-user-cmds user-cmds)))
+(λ init []
+ (let [{: create-user-cmds} (require :util.cmds)]
+ (create-user-cmds user-cmds)))
(local opts {:options [:buffers :curdir :tabpages :winsize :help]})