jeetelongname / elfeed-goodies

Various goodies for Elfeed
GNU General Public License v3.0
96 stars 14 forks source link
elfeed emacs

Elfeed goodies

MELPA

Various bits and pieces to enhance the Elfeed user experience.

Screenshot

Features

Getting started

The easiest way to get started is to install the package via MELPA:

(package-install 'elfeed-goodies)

Following which, it is recommended to call the (elfeed-goodies/setup) function, that sets up the various bits and pieces of the enhancements.

(require 'elfeed)
(require 'elfeed-goodies)

(elfeed-goodies/setup)

You can customise some aspects of the package with M-x customize-group elfeed-goodies.

Faces used by the package

The package does not define any new faces, but uses a number of them defined by Elfeed. They work reasonably well with most dark themes, but light ones they may have problems with. Consider customising the following faces:

Copyright & License

Copyright (c) 2015, 2016 Gergely Nagy, released under the terms of the GNU GPLv3+.