diff options
author | Thanos Apollo <[email protected]> | 2024-04-08 18:00:13 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-04-08 18:00:13 +0300 |
commit | b5b0e8f7a767a246885a874b1a638b3d71cb98f8 (patch) | |
tree | df187ece3371478f31d7d9b94b50f56b10da7301 /.emacs.d/init.el | |
parent | f1ceb955ec3d16f7220f52da2b677f094148c40c (diff) |
emacs:(elfeed) Add lancet feed
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index fb8b760..92e7fd9 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -418,7 +418,8 @@ ("https://planet.emacslife.com/atom.xml" emacs emacslife) ("https://localmonero.co/static/rss/the-monero-standard/feed.xml" monero) - ("https://devonzuegel.com/feed" devon))) + ("https://devonzuegel.com/feed" devon) + ("https://www.addtoany.com/add_to/feed?linkurl=http%3A%2F%2Fwww.thelancet.com%2Frssfeed%2Flancet_online.xml&type=feed&linkname=The%20Lancet%20Online%20First&linknote=" lancet med))) :bind (("C-x f" . elfeed) :map elfeed-search-mode-map ("v" . 'elfeed-mpv) |