clarete / hackernews.el

Hacker News client for Emacs
GNU General Public License v3.0
248 stars 26 forks source link

Require eww, otherwise we fail to detect eww support until it's run the first time. #18

Closed shassard closed 9 years ago

shassard commented 9 years ago

This fixes up eww support when the user's init.el doesn't require eww explicitly.

clarete commented 9 years ago

Thanks a lot @shassard!