]> git.rmz.io Git - dotfiles.git/blobdiff - qutebrowser/config.py
qutebrowser: add hoogle to searchengines
[dotfiles.git] / qutebrowser / config.py
index b9ec5abbcb9fa1e46598d60b6719e6375e88ece9..8ebf280be3b9a523f741223c82d25eea5d97a655 100644 (file)
@@ -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.