-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Will it be possible to make the engine's url customizable?
(defvar opencode-search-url "https://searx.stream/search")
(defun opencode-search-web (query)
"Search the web using SearXNG."
(with-temp-message (format "Searching for: `%s`" query)
(let ((url (format "%s?q=%s&format=json"
opencode-search-url
(url-hexify-string query))))
;; ... rest of original function ...
Metadata
Metadata
Assignees
Labels
No labels