From: Eshel Yaron Date: Tue, 21 Mar 2023 08:26:23 +0000 (+0200) Subject: Associate tags with some Elfeed feeds X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b3351974e0345dbb7f862335ef803355a166217;p=dotfiles.git Associate tags with some Elfeed feeds --- diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 3c5e75d..0e9f500 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -312,26 +312,26 @@ ;; set up some feeds for Elfeed elfeed-feeds '( "https://ajroach42.com/feed.xml" - "https://alexschroeder.ch/wiki/feed/full/" + ("https://alexschroeder.ch/wiki/feed/full/" tech) ("https://irreal.org/blog/?feed=rss2" emacs) ("https://amodernist.com/all.atom" emacs) "https://archive.casouri.cc/note/atom.xml" "https://arcology.garden/updates.xml" - "https://atthis.link/rss.xml" + ("https://atthis.link/rss.xml" tech) "https://gwern.substack.com/feed" "https://typeclasses.substack.com/feed" ("https://emacsninja.com/feed.atom" emacs) ("https://www.devever.net/~hl/index.feed" tech) ("https://unixsheikh.com/feed.rss" linux) ("https://daniel.haxx.se/blog/feed/" tech) - "https://baty.net/feed" + ("https://baty.net/feed" tech) "https://betterappsec.com/feed" "https://bitspook.in/blog/feed.xml" "https://blog.acthompson.net/feeds/posts/default" "https://bruda.ca/feed.php" "https://cce.whatthefuck.computer/updates.xml" "https://cdn.jwz.org/blog/feed/" - "https://cestlaz.github.io/rss.xml" + ("https://cestlaz.github.io/rss.xml" tech) "https://changelog.complete.org/feed" "https://drewdevault.com/blog/index.xml" "https://emacs.dyerdwelling.family/index.xml" @@ -343,8 +343,8 @@ "https://garymarcus.substack.com/feed" "https://herman.bearblog.dev/feed/" "https://jcm.libsyn.com/rss/" - "https://kitchen-sink.kwakk.info/feed" - "https://lars.ingebrigtsen.no/feed" + ("https://kitchen-sink.kwakk.info/feed" comics) + ("https://lars.ingebrigtsen.no/feed" emacs) ("https://lwn.net/headlines/rss" linux) ("https://maggieappleton.com/rss.xml" design) "https://matklad.github.io/feed.xml" @@ -355,7 +355,7 @@ "https://olddeuteronomy.github.io/index.xml" "https://parasurv.neocities.org/rss.xml" "https://phaazon.net/blog/feed" - ("https://planet.emacslife.com/atom.xml" emacs aggregator) + ("https://planet.emacslife.com/atom.xml" emacs) "https://ploum.net/atom_en.xml" "https://pouria.dev/rss.xml" "https://project-mage.org/rss.xml" @@ -370,14 +370,14 @@ "https://writer13.neocities.org/rss.xml" "https://www.cs.uni.edu/~wallingf/blog/atom.xml" "https://www.draketo.de/rss-feed.xml" - "https://www.evalapply.org/index.xml" - "https://www.fsf.org/static/fsforg/rss/news.xml" - "https://www.haskellforall.com/feeds/posts/default" + ("https://www.evalapply.org/index.xml" emacs) + ("https://www.fsf.org/static/fsforg/rss/news.xml" tech) + ("https://www.haskellforall.com/feeds/posts/default" tech) "https://www.murilopereira.com/index.xml" "https://www.stilldrinking.org/rss/feed.xml" - "https://www.typetheoryforall.com/episodes.mp3.rss" - "https://xeiaso.net/blog.rss" - "https://xkcd.com/rss.xml" + ("https://www.typetheoryforall.com/episodes.mp3.rss" podcast) + ("https://xeiaso.net/blog.rss" tech) + ("https://xkcd.com/rss.xml" comics tech) ) ;; don't use bold face for unread Elfeed entries elfeed-search-face-alist '((unread (default)))