Add elfeed

This commit is contained in:
Case Duckworth 2020-12-03 23:20:18 -06:00
parent 5021b873da
commit 8456488f59
3 changed files with 54 additions and 1 deletions

8
.gitignore vendored
View File

@ -1,9 +1,13 @@
# ignore everything
*
# except ...
!config.org
!init.el
!.gitignore
!README.md
# other files
# and ...
!var/
var/*
!var/elpher-bookmarks.el
@ -12,3 +16,5 @@ var/*
etc/*
!etc/eshell
!etc/eshell/*
!elfeed.org

View File

@ -1711,6 +1711,31 @@ I had to manually run ~make~ in the repo this time around, for some reason. Sho
user-emacs-directory)))
#+end_src
** [[https://github.com/skeeto/elfeed][elfeed]]
Let's use Emacs as a feed reader!
#+begin_src emacs-lisp
(use-package elfeed
:when (executable-find "curl")
:hook
(elfeed-show-mode . visual-fill-column-mode))
#+end_src
*** [[elfeed-org][elfeed-org]]
This way, I can configure my feeds in an [[file:elfeed.org][org file]]!
#+begin_src emacs-lisp
(use-package elfeed-org
:custom
(rmh-elfeed-org-files
(list (expand-file-name "elfeed.org"
user-emacs-directory)))
:init
(elfeed-org))
#+end_src
* Appendix A: Scripts
** ~emacsdc~

22
elfeed.org Normal file
View File

@ -0,0 +1,22 @@
#+TITLE:Elfeed ... feeds
#+AUTHOR:Case Duckworth
* Feeds :elfeed:
** Fwends :friends:
*** [[http://lambdacreate.com/static/feed.rss][wsinatra]]
*** [[https://eli.li/feed.rss][elioat]]
** Programming :prog:
*** [[https://planet.emacslife.com/atom.xml][Planet Emacs]] :emacs:
*** [[https://stallman.org/rss/rss.xml][R M Stallman]]
** Comix :comics:
** Fun :fun:
*** [[https://icanhas.cheezburger.com/rss][I Can Haz Cheezburger?]]