about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.gitignore8
-rw-r--r--config.org25
-rw-r--r--elfeed.org22
3 files changed, 54 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1531137..75583aa 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,9 +1,13 @@
1# ignore everything
1* 2*
3
4# except ...
2!config.org 5!config.org
3!init.el 6!init.el
4!.gitignore 7!.gitignore
5!README.md 8!README.md
6# other files 9
10# and ...
7!var/ 11!var/
8var/* 12var/*
9!var/elpher-bookmarks.el 13!var/elpher-bookmarks.el
@@ -12,3 +16,5 @@ var/*
12etc/* 16etc/*
13!etc/eshell 17!etc/eshell
14!etc/eshell/* 18!etc/eshell/*
19
20!elfeed.org
diff --git a/config.org b/config.org index ac0cf2a..c7b3275 100644 --- a/config.org +++ b/config.org
@@ -1711,6 +1711,31 @@ I had to manually run ~make~ in the repo this time around, for some reason. Sho
1711 user-emacs-directory))) 1711 user-emacs-directory)))
1712#+end_src 1712#+end_src
1713 1713
1714** [[https://github.com/skeeto/elfeed][elfeed]]
1715
1716Let's use Emacs as a feed reader!
1717
1718#+begin_src emacs-lisp
1719 (use-package elfeed
1720 :when (executable-find "curl")
1721 :hook
1722 (elfeed-show-mode . visual-fill-column-mode))
1723#+end_src
1724
1725*** [[elfeed-org][elfeed-org]]
1726
1727This way, I can configure my feeds in an [[file:elfeed.org][org file]]!
1728
1729#+begin_src emacs-lisp
1730 (use-package elfeed-org
1731 :custom
1732 (rmh-elfeed-org-files
1733 (list (expand-file-name "elfeed.org"
1734 user-emacs-directory)))
1735 :init
1736 (elfeed-org))
1737#+end_src
1738
1714* Appendix A: Scripts 1739* Appendix A: Scripts
1715 1740
1716** ~emacsdc~ 1741** ~emacsdc~
diff --git a/elfeed.org b/elfeed.org new file mode 100644 index 0000000..6d7804d --- /dev/null +++ b/elfeed.org
@@ -0,0 +1,22 @@
1#+TITLE:Elfeed ... feeds
2#+AUTHOR:Case Duckworth
3
4* Feeds :elfeed:
5
6** Fwends :friends:
7
8*** [[http://lambdacreate.com/static/feed.rss][wsinatra]]
9
10*** [[https://eli.li/feed.rss][elioat]]
11
12** Programming :prog:
13
14*** [[https://planet.emacslife.com/atom.xml][Planet Emacs]] :emacs:
15
16*** [[https://stallman.org/rss/rss.xml][R M Stallman]]
17
18** Comix :comics:
19
20** Fun :fun:
21
22*** [[https://icanhas.cheezburger.com/rss][I Can Haz Cheezburger?]]