Skip to content

Commit

Permalink
update elfeed feeds and use tags
Browse files Browse the repository at this point in the history
  • Loading branch information
YYY authored and YYY committed Jul 28, 2019
1 parent d3b3f80 commit 52a3a71
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions config.org
Original file line number Diff line number Diff line change
Expand Up @@ -543,13 +543,15 @@ great for git-gutter
:commands elfeed
:config
(setq elfeed-feeds
'("https://www.archlinux.org/feeds/news/"
"http://planet.emacsen.org/atom.xml"
"http://sachachua.com/blog/category/emacs-news/feed"
"http://endlessparentheses.com/atom.xml"
"http://www.masteringemacs.org/feed/"
"http://emacs-fu.blogspot.com/feeds/posts/default"
"http://emacsredux.com/atom.xml")
'(("https://www.archlinux.org/feeds/news/" arch)
("http://planet.emacsen.org/atom.xml" emacs)
("http://sachachua.com/blog/category/emacs-news/feed" emacs sacha)
("http://endlessparentheses.com/atom.xml" emacs)
("http://www.masteringemacs.org/feed/" emacs)
("http://emacs-fu.blogspot.com/feeds/posts/default" emacs)
("http://emacsredux.com/atom.xml" emacs)
("http://arxiv.org/rss/q-fin.TR" arxiv trading)
("http://r-bloggers.com/feed" R))
)
)
#+END_SRC

0 comments on commit 52a3a71

Please sign in to comment.