Update news

This commit is contained in:
Marcus Kammer 2022-11-12 13:06:32 +01:00
parent 189b0c0384
commit 789ded03eb
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -44,7 +44,7 @@
(mapcar (mapcar
#'(lambda (feed) (add-to-list 'elfeed-feeds feed)) #'(lambda (feed) (add-to-list 'elfeed-feeds feed))
;; lisp / clojure / emacs feeds ;; lisp / clojure / emacs feeds
'(("http://planet.sbcl.org/rss20.xml" sbcl lisp) '(;("http://planet.sbcl.org/rss20.xml" sbcl lisp)
("http://atomized.org/rss.xml" lisp emacs blog) ("http://atomized.org/rss.xml" lisp emacs blog)
("https://stevelosh.com/rss.xml" lisp blog personal) ("https://stevelosh.com/rss.xml" lisp blog personal)
("https://planet.lisp.org/rss20.xml" lisp blogs) ("https://planet.lisp.org/rss20.xml" lisp blogs)
@ -61,7 +61,7 @@
("https://olddeuteronomy.github.io/index.xml" emacs blog) ("https://olddeuteronomy.github.io/index.xml" emacs blog)
("https://www.colinmclear.net/posts/index.xml" research emacs blog) ("https://www.colinmclear.net/posts/index.xml" research emacs blog)
("http://nullprogram.com/feed/" lisp blog) ("http://nullprogram.com/feed/" lisp blog)
("http://planet.clojure.in/atom.xml" clojure news hacking jvm java) ;("http://planet.clojure.in/atom.xml" clojure news hacking jvm java)
("https://lisp-journey.gitlab.io/index.xml" lisp blog))) ("https://lisp-journey.gitlab.io/index.xml" lisp blog)))
(mapcar (mapcar
#'(lambda (feed) (add-to-list 'elfeed-feeds feed)) #'(lambda (feed) (add-to-list 'elfeed-feeds feed))
@ -80,9 +80,9 @@
#'(lambda (feed) (add-to-list 'elfeed-feeds feed)) #'(lambda (feed) (add-to-list 'elfeed-feeds feed))
;; podcasts ;; podcasts
'(("https://logbuch-netzpolitik.de/feed/m4a" netzpolitik podcast) '(("https://logbuch-netzpolitik.de/feed/m4a" netzpolitik podcast)
("https://changelog.com/podcast/feed" software-development open-source) ("https://changelog.com/podcast/feed" software-development open-source podcast)
("https://www.ndr.de/nachrichten/info/podcast4696.xml" klima) ("https://www.ndr.de/nachrichten/info/podcast4696.xml" podcast klima)
("https://feeds.soundcloud.com/users/soundcloud:users:261098918/sounds.rss" osint)))) ("https://feeds.soundcloud.com/users/soundcloud:users:261098918/sounds.rss" podcast osint))))
(use-package gnus (use-package gnus
:ensure nil :ensure nil