Reorder rss feeds
This commit is contained in:
parent
3fd416ff87
commit
1a8ef859e7
1 changed files with 6 additions and 5 deletions
|
@ -62,16 +62,17 @@
|
|||
'(newsticker-show-descriptions-of-new-items nil)
|
||||
'(newsticker-url-list-defaults
|
||||
(quote
|
||||
(("Emacs Wiki" "https://www.emacswiki.org/emacs?action=rss" nil 3600)
|
||||
("Sachachua" "https://sachachua.com/blog/feed/" nil 3600)
|
||||
("Phoronix" "https://www.phoronix.com/rss.php" nil 3600)
|
||||
("Ubuntu" "https://blog.ubuntu.com/feed" nil 3600)
|
||||
(
|
||||
("PBP" "https://pbpython.com/feeds/all.atom.xml" nil 3600)
|
||||
("Planet Python" "https://planetpython.org/rss20.xml" nil 3600)
|
||||
("lucumr" "http://lucumr.pocoo.org/feed.atom" nil 3600)
|
||||
("doughellmann" "https://doughellmann.com/blog/feed/" nil 3600)
|
||||
("Metaebene" "https://metaebene.me/feed/" nil 3600)
|
||||
("Sachachua" "https://sachachua.com/blog/feed/" nil 3600)
|
||||
("Emacs Wiki" "https://www.emacswiki.org/emacs?action=rss" nil 3600)
|
||||
("Stack Exchange" "https://emacs.stackexchange.com/feeds" nil 3600)
|
||||
("Phoronix" "https://www.phoronix.com/rss.php" nil 3600)
|
||||
("Ubuntu" "https://blog.ubuntu.com/feed" nil 3600)
|
||||
("Metaebene" "https://metaebene.me/feed/" nil 3600)
|
||||
("Stallman" "https://stallman.org/rss/rss.xml" nil 3600)
|
||||
("Planet Lisp" "http://planet.lisp.org/rss20.xml" nil 3600)
|
||||
("Python PEP" "https://www.python.org/dev/peps/peps.rss/" nil 3600))))
|
||||
|
|
Loading…
Add table
Reference in a new issue