From 285a6208100c38f070fb9d9694815b70bb18faf3 Mon Sep 17 00:00:00 2001 From: pi-bot-01 Date: Thu, 26 Mar 2026 02:16:16 -0700 Subject: [PATCH] Add missing paren to stride-head. --- stride.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stride.el b/stride.el index 3b8071b..acd8b20 100644 --- a/stride.el +++ b/stride.el @@ -80,7 +80,7 @@ (message "HTTP/1.1 ERROR 400, retry count: %i" (+ tries 1)) (eww-reload)) (plist-put eww-data :tries 1) - (eval (second (stride-match)))))) + (eval (second (stride-match))))))) ;; TODO: move function definition to stride-nav for more flexibility ;; when dealing with difficult sites. then eval the lisp here.