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.