Add missing paren to stride-head.

This commit is contained in:
2026-03-26 02:16:16 -07:00
parent aa415a63da
commit 285a620810

View File

@@ -80,7 +80,7 @@
(message "HTTP/1.1 ERROR 400, retry count: %i" (+ tries 1)) (message "HTTP/1.1 ERROR 400, retry count: %i" (+ tries 1))
(eww-reload)) (eww-reload))
(plist-put eww-data :tries 1) (plist-put eww-data :tries 1)
(eval (second (stride-match)))))) (eval (second (stride-match)))))))
;; TODO: move function definition to stride-nav for more flexibility ;; TODO: move function definition to stride-nav for more flexibility
;; when dealing with difficult sites. then eval the lisp here. ;; when dealing with difficult sites. then eval the lisp here.