From 887d4fa67f635f39005420425c421e4f31b14da4 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Tue, 18 May 2021 15:32:10 +0800 Subject: Use duckduckgo to search. The original search engine I use was the instance of searx by Luke Smith, which went down for some reason. --- eww-conf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eww-conf.el b/eww-conf.el index c9a3d79..a6e486f 100644 --- a/eww-conf.el +++ b/eww-conf.el @@ -14,7 +14,7 @@ (setq eww-bookmarks-directory load-file-directory) -(setq eww-search-prefix "https://searx.lukesmith.xyz/search?q=") +(setq eww-search-prefix "https://lite.duckduckgo.com/lite/?q=") (setq eww-restore-desktop t) (setq eww-desktop-remove-duplicates t) (setq eww-suggest-uris '(eww-links-at-point thing-at-point-url-at-point)) -- cgit v1.2.3-18-g5258