Skip to content

Commit be83c8a

Browse files
committed
Merge pull request #984 from psibi/add-hayoo
Add hayoo choice as part of hoogle url.
2 parents a5e89ff + b0d7661 commit be83c8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

haskell-hoogle.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ If nil, use the Hoogle web-site."
4545
:type '(choice
4646
(const :tag "haskell-org" "http://haskell.org/hoogle/?q=%s")
4747
(const :tag "fp-complete" "https://www.stackage.org/lts/hoogle?q=%s")
48+
(const :tag "hayoo" "http://hayoo.fh-wedel.de/?query=%s")
4849
string))
4950

5051
;;;###autoload

0 commit comments

Comments
 (0)