From 83a0405b814f326157b4e34113fe96a517d22c6f Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 15 May 2021 23:22:59 +0100 Subject: [PATCH] qutebrowser: add hoogle to searchengines --- qutebrowser/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index b9ec5ab..8ebf280 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1562,6 +1562,8 @@ c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=chakra&q={}', 'ddg': 'https://duckduckgo.com/?t=chakra&q={}', 'slack': 'https://focalpointpositioning.slack.com/messages/{}', 'std': 'http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search={}', + 'hoogle': 'https://hoogle.haskell.org/?hoogle={}', + 'h': 'https://hoogle.haskell.org/?hoogle={}', } ## Page(s) to open at the start. -- 2.48.1