From 7096adce11b93787170c09b79a6170d97b4a977c Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 29 Jul 2024 00:03:58 +0200 Subject: Replace fn with λ and how cmds are imported MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fnl/plugins/neogit.fnl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fnl/plugins/neogit.fnl') 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}}) -- cgit v1.2.3-70-g09d2