summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--browse.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-17 15:52:04 -0400
committerbd <bdunahu@operationnull.com>2025-03-17 15:52:04 -0400
commitc9f5cff5c6d7f6876a1474ffc40bd7ec3ee4fb3b (patch)
tree9838517513c17ce9a882fb6fd3a0e616aaeba367 /.config/emacs/modules/bd--browse.el
parenta3c31dade24d459ecce1f50e02005c6250f09dae (diff)
Swap default search engines for eww and invidious
Diffstat (limited to '.config/emacs/modules/bd--browse.el')
-rw-r--r--.config/emacs/modules/bd--browse.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/emacs/modules/bd--browse.el b/.config/emacs/modules/bd--browse.el
index 1bb545b..15823fa 100644
--- a/.config/emacs/modules/bd--browse.el
+++ b/.config/emacs/modules/bd--browse.el
@@ -42,7 +42,7 @@ icecat, or eww."
:candidates
(list (bd/search-candidate "SearXNG" "https://searx.operationnull.com/searxng/search?q=" 3)
(bd/search-candidate "Wikipedia" "https://en.wikipedia.org/w/index.php?search=" 3)
- (bd/search-candidate "Invidious" "https://yewtu.be/search?q=" 0)
+ (bd/search-candidate "Invidious" "https://inv.nadeko.net/search?q=" 0)
(bd/search-candidate "Urban Dictionary" "https://www.urbandictionary.com/define.php?term=" 2)
(bd/search-candidate "Archwiki" "https://wiki.archlinux.org/index.php?title=Special%3ASearch&search=" 2)
(bd/search-candidate "Web" "" 3))))
@@ -106,7 +106,7 @@ icecat, or eww."
(setq-local fill-column-desired-width 90)
(fill-column-mode))))
:config
- (setopt eww-search-prefix "https://searx.operationnull.com/searxng/search?q="
+ (setopt eww-search-prefix "https://duckduckgo.com/html/?q="
eww-auto-rename-buffer 'title
eww-use-browse-url (regexp-opt '("mailto:"
"youtube.com"