Update feeds, GDScript and small org-fc tweak
This commit is contained in:
@@ -88,8 +88,16 @@
|
||||
:commands (elfeed)
|
||||
:init
|
||||
(setq elfeed-feeds
|
||||
'("https://sachachua.com/blog/category/emacs-news/feed"
|
||||
"https://planet.emacslife.com/atom.xml"))
|
||||
'(("https://sachachua.com/blog/category/emacs-news/feed" emacs)
|
||||
("https://planet.emacslife.com/atom.xml" emacs)
|
||||
("https://ria.ru/export/rss2/archive/index.xml" ru-news)
|
||||
("https://rssexport.rbc.ru/rbcnews/news/30/full.rss" ru-news)
|
||||
("https://lenta.ru/rss" ru-news)
|
||||
("https://rg.ru/xml/index.xml" ru-news)
|
||||
("https://portamur.ru/news/rss.php" ru-news local-news)
|
||||
("https://kagi.com/smallweb/appreciated" small-web)
|
||||
("https://kagi.com/api/v1/smallweb/feed/?gh" small-web)
|
||||
("https://scour.ing/@DiToast/rss.xml" scour)))
|
||||
:bind (("C-c f" . elfeed)))
|
||||
|
||||
;; Setting this to true makes it so that Emacs saves existing clipboard text
|
||||
|
||||
Reference in New Issue
Block a user