From 444a3052d7e43312f462eeae04be1d053a65222d Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 6 Jul 2025 17:26:27 -0400 Subject: Default to librewolf instead of eww --- .config/emacs/modules/bd--browse.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/emacs') diff --git a/.config/emacs/modules/bd--browse.el b/.config/emacs/modules/bd--browse.el index c5e409f..4c9c88c 100644 --- a/.config/emacs/modules/bd--browse.el +++ b/.config/emacs/modules/bd--browse.el @@ -64,8 +64,8 @@ icecat, or eww." (selector-source-create "Browser" :candidates - (list (bd/search-candidate "SearXNG" "https://searx.operationnull.com/searxng/search?q=" 0) - (bd/search-candidate "Wikipedia" "https://en.wikipedia.org/w/index.php?search=" 0) + (list (bd/search-candidate "SearXNG" "https://searx.operationnull.com/searxng/search?q=" 1) + (bd/search-candidate "Wikipedia" "https://en.wikipedia.org/w/index.php?search=" 1) (bd/search-candidate "Invidious" "https://inv.nadeko.net/search?q=" 0) (bd/search-candidate "Urban Dictionary" "https://www.urbandictionary.com/define.php?term=" 0) (bd/search-candidate "Archwiki" "https://wiki.archlinux.org/index.php?title=Special%3ASearch&search=" 0) -- cgit v1.2.3