summaryrefslogtreecommitdiff
path: root/fnl/plugins/neogit.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/neogit.fnl')
-rw-r--r--fnl/plugins/neogit.fnl6
1 files changed, 3 insertions, 3 deletions
diff --git a/fnl/plugins/neogit.fnl b/fnl/plugins/neogit.fnl
index a84c9dd..9b0c24b 100644
--- a/fnl/plugins/neogit.fnl
+++ b/fnl/plugins/neogit.fnl
@@ -11,9 +11,9 @@
:NeogitCommitView]
:command "setlocal spell!"}]])
-(fn init []
- (let [cmds (require :util.cmds)]
- (cmds.create-auto-cmds auto-cmds)))
+(λ init []
+ (let [{: create-auto-cmds} (require :util.cmds)]
+ (create-auto-cmds auto-cmds)))
(local opts {:integrations {:diffview true :telescope true}})