agzam / mw-thesaurus.el

Merriam-Webster Thesaurus in Emacs
GNU General Public License v3.0
99 stars 9 forks source link

Had to change base-url to make it work #13

Open jackjackk opened 5 years ago

jackjackk commented 5 years ago

Not sure if this is just me, but I could just choose between "collegiate thesaurus" and "intermediate thesaurus" when registering for a developer key. Once chosen the latter, I had to change the base-url w/:

(setq mw-thesaurus--base-url "https://www.dictionaryapi.com/api/v1/references/ithesaurus/xml/")

to make ti work. Thanks for the good work, just tried this package and it seems very nice!

agzam commented 5 years ago

Hmmm, that's interesting. I wonder if it should be https by default? Theoretically it would be a bit slower to fetch though.

And thank you for your kind words, this is my very first Emacs package I have ever written.