clarete / hackernews.el

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

Add function to load more stories #24

Closed fabacino closed 8 years ago

fabacino commented 8 years ago

Added a new function hackernews-load-more-stories which allows additional stories to be appended to the existing buffer. In order for this to work, the list of story ids is saved in a variable hackernews-top-story-list upon first retrieval or refresh. After that, whenever hackernews-load-more-stories is called, additional stories from this list get added to the buffer until the list is exhausted.

The function is bound to the m key.

clarete commented 8 years ago

Wooot! Thanks!