Skip to content

Commit

Permalink
Merge pull request haskell#984 from psibi/add-hayoo
Browse files Browse the repository at this point in the history
Add hayoo choice as part of hoogle url.
  • Loading branch information
gracjan committed Nov 11, 2015
2 parents a5e89ff + b0d7661 commit be83c8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haskell-hoogle.el
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ If nil, use the Hoogle web-site."
:type '(choice
(const :tag "haskell-org" "http://haskell.org/hoogle/?q=%s")
(const :tag "fp-complete" "https://www.stackage.org/lts/hoogle?q=%s")
(const :tag "hayoo" "http://hayoo.fh-wedel.de/?query=%s")
string))

;;;###autoload
Expand Down

0 comments on commit be83c8a

Please sign in to comment.