summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2018-01-15 05:32:03 +0300
committerdefanor <defanor@uberspace.net>2018-01-15 05:32:03 +0300
commit9e58afe6f706aa4db06e82b35abf329368a0de98 (patch)
tree0a76c618c9b4c673425cd5ecf737530bde846cba
parentd3dfa486e660ac4cf006a28b4aeb09b6f6356c8e (diff)
Add CiteSeerX search
-rw-r--r--Pancake/Configuration.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pancake/Configuration.hs b/Pancake/Configuration.hs
index 4fdba23..9df236a 100644
--- a/Pancake/Configuration.hs
+++ b/Pancake/Configuration.hs
@@ -102,6 +102,7 @@ instance Default Config where
, ("wt", "https://en.m.wiktionary.org/w/index.php?search=")
, ("g", "https://m.gutenberg.org/ebooks/search.mobile/?query=")
, ("xiph", "http://dir.xiph.org/search?search=")
+ , ("cs", "http://citeseerx.ist.psu.edu/search?q=")
, ("gp", "gopher://gopherpedia.com:70/7/lookup?")
, ("vs", "gopher://gopher.floodgap.com/7/v2/vs?")
, ("wa", "web-archive:///?url=")]