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
#'(lambda (feed) (add-to-list 'elfeed-feeds feed))
;; 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)
("https://stevelosh.com/rss.xml" lisp blog personal)
("https://planet.lisp.org/rss20.xml" lisp blogs)
@ -61,7 +61,7 @@
("https://olddeuteronomy.github.io/index.xml" emacs blog)
("https://www.colinmclear.net/posts/index.xml" research emacs 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)))
(mapcar
#'(lambda (feed) (add-to-list 'elfeed-feeds feed))
@ -80,9 +80,9 @@
#'(lambda (feed) (add-to-list 'elfeed-feeds feed))
;; podcasts
'(("https://logbuch-netzpolitik.de/feed/m4a" netzpolitik podcast)
("https://changelog.com/podcast/feed" software-development open-source)
("https://www.ndr.de/nachrichten/info/podcast4696.xml" klima)
("https://feeds.soundcloud.com/users/soundcloud:users:261098918/sounds.rss" osint))))
("https://changelog.com/podcast/feed" software-development open-source podcast)
("https://www.ndr.de/nachrichten/info/podcast4696.xml" podcast klima)
("https://feeds.soundcloud.com/users/soundcloud:users:261098918/sounds.rss" podcast osint))))
(use-package gnus
:ensure nil