summaryrefslogtreecommitdiff
path: root/Pancake/Configuration.hs
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-11-05 13:15:10 +0300
committerdefanor <defanor@uberspace.net>2017-11-05 13:15:10 +0300
commit1344f11abc7514c5d11b8b49fbd2337569c1cf0c (patch)
treef05482fba41a0d80b487a12b5f43504ffbd227e2 /Pancake/Configuration.hs
parent0bbd17281c3558dcc39df38eae41a61595177f9e (diff)
Add Project Gutenberg search shortcut into the default configuration
Diffstat (limited to 'Pancake/Configuration.hs')
-rw-r--r--Pancake/Configuration.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pancake/Configuration.hs b/Pancake/Configuration.hs
index ff2e748..224bcff 100644
--- a/Pancake/Configuration.hs
+++ b/Pancake/Configuration.hs
@@ -72,6 +72,7 @@ instance Default Config where
[ ("ddg", "https://duckduckgo.com/lite/?q=")
, ("wp", "https://en.m.wikipedia.org/wiki/Special:Search?search=")
, ("wt", "https://en.m.wiktionary.org/w/index.php?search=")
+ , ("g", "https://m.gutenberg.org/ebooks/search.mobile/?query=")
, ("gp", "gopher://gopherpedia.com:70/7/lookup?")
, ("vs", "gopher://gopher.floodgap.com/7/v2/vs?")]
, paginate = True