Update newsticker feeds
This commit is contained in:
parent
716d22f225
commit
3906d35df6
1 changed files with 14 additions and 13 deletions
|
@ -66,19 +66,20 @@
|
||||||
'(newsticker-url-list
|
'(newsticker-url-list
|
||||||
(quote
|
(quote
|
||||||
(("Datacamp" "https://www.datacamp.com/community/rss.xml" nil 3600 nil)
|
(("Datacamp" "https://www.datacamp.com/community/rss.xml" nil 3600 nil)
|
||||||
("PBP" "https://pbpython.com/feeds/all.atom.xml" nil 3600)
|
("PBP" "https://pbpython.com/feeds/all.atom.xml" nil 3600 nil)
|
||||||
("Planet Python" "https://planetpython.org/rss20.xml" nil 3600)
|
("Planet Python" "https://planetpython.org/rss20.xml" nil 3600 nil)
|
||||||
("lucumr" "http://lucumr.pocoo.org/feed.atom" nil 3600)
|
("lucumr" "http://lucumr.pocoo.org/feed.atom" nil 3600 nil)
|
||||||
("doughellmann" "https://doughellmann.com/blog/feed/" nil 3600)
|
("doughellmann" "https://doughellmann.com/blog/feed/" nil 3600 nil)
|
||||||
("Sachachua" "https://sachachua.com/blog/feed/" nil 3600)
|
("Sachachua" "https://sachachua.com/blog/feed/" nil 3600 nil)
|
||||||
("Emacs Wiki" "https://www.emacswiki.org/emacs?action=rss" nil 3600)
|
("Emacs Wiki" "https://www.emacswiki.org/emacs?action=rss" nil 3600 nil)
|
||||||
("Stack Exchange" "https://emacs.stackexchange.com/feeds" nil 3600)
|
("Stack Exchange" "https://emacs.stackexchange.com/feeds" nil 3600 nil)
|
||||||
("Phoronix" "https://www.phoronix.com/rss.php" nil 3600)
|
("Phoronix" "https://www.phoronix.com/rss.php" nil 3600 nil)
|
||||||
("Ubuntu" "https://blog.ubuntu.com/feed" nil 3600)
|
("Ubuntu" "https://blog.ubuntu.com/feed" nil 3600 nil)
|
||||||
("Metaebene" "https://metaebene.me/feed/" nil 3600)
|
("Metaebene" "https://metaebene.me/feed/" nil 3600 nil)
|
||||||
("Stallman" "https://stallman.org/rss/rss.xml" nil 3600)
|
("Stallman" "https://stallman.org/rss/rss.xml" nil 3600 nil)
|
||||||
("Planet Lisp" "http://planet.lisp.org/rss20.xml" nil 3600)
|
("Planet Lisp" "http://planet.lisp.org/rss20.xml" nil 3600 nil)
|
||||||
("Python PEP" "https://www.python.org/dev/peps/peps.rss/" nil 3600))))
|
("Python PEP" "https://www.python.org/dev/peps/peps.rss/" nil 3600 nil)
|
||||||
|
("Omegacube" "https://www.omegacube.com/feed/" nil 3600 nil))))
|
||||||
'(nord-comment-brightness 15)
|
'(nord-comment-brightness 15)
|
||||||
'(nord-region-highlight "snowstorm")
|
'(nord-region-highlight "snowstorm")
|
||||||
'(nord-uniform-mode-lines t)
|
'(nord-uniform-mode-lines t)
|
||||||
|
|
Loading…
Add table
Reference in a new issue