From 697350a231b26d0c88781c6ef11eb5368fc49ddf Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sun, 5 Nov 2017 14:49:21 +0100 Subject: [PATCH] qutebrowser: Add "edb" search engine for Emacs bugs --- .config/qutebrowser/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 8800d3d6..ca8591f2 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -18,6 +18,7 @@ c.url.searchengines = { "aur": "https://aur.archlinux.org/packages.php?O=0&K={}&do_Search=Go", "ctan": "http://www.ctan.org/search?phrase={}", "dd": "http://devdocs.io/#q={}", + "edb": "https://debbugs.gnu.org/cgi/pkgreport.cgi?package=emacs;include=subject%3A{};repeatmerged=on;archive=both", "gd": "https://godoc.org/?q={}", "gentoo": "https://wiki.gentoo.org/index.php?title=Special%3ASearch&search={}&go=Go", "gi": "https://www.google.com/search?site=imghp&tbm=isch&source=hp&biw=1676&bih=997&q={}",