From da06309e759171fd5bb2f56b261b3033b517a05d Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sat, 31 Dec 2022 16:36:24 +0000 Subject: [PATCH] fix hardcoded visit-buffer param default --- command.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.fnl b/command.fnl index 847aae5..87a5d5a 100644 --- a/command.fnl +++ b/command.fnl @@ -35,7 +35,7 @@ "visit-location" [[:buffer Buffer.match - #"main"] + #($1.buffer.name)] [:url #(doto {} (tset $1 $1)) #(do "http://www.example.com")] ] (fn [{:url url :buffer buffer}]