diff options
author | JSDurand <mmemmew@gmail.com> | 2021-05-18 15:32:10 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-05-18 15:32:10 +0800 |
commit | 887d4fa67f635f39005420425c421e4f31b14da4 (patch) | |
tree | 3f8d19e8a7629bf680c444834dead227eb831aa5 | |
parent | 34fc55b75edd5c809134e418702abc2b3d0c8146 (diff) |
Use duckduckgo to search.
The original search engine I use was the instance of searx by Luke
Smith, which went down for some reason.
-rw-r--r-- | eww-conf.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |