Update elfeed feeds list + clean python mode + Fix c-mode indentation issue.
This commit is contained in:
@@ -11,13 +11,14 @@
|
||||
(user/bind-key-global :apps :feed-reader 'elfeed)
|
||||
:config
|
||||
(setq elfeed-feeds
|
||||
'("http://blog.python.org/feeds/posts/default"
|
||||
"https://blog.finxter.com/feed"
|
||||
"https://planetpython.org/rss20.xml"
|
||||
'("http://blog.python.org/feeds/posts/default"
|
||||
"https://blog.finxter.com/feed"
|
||||
"https://planet.emacslife.com/atom.xml"
|
||||
"https://planetpython.org/rss20.xml"
|
||||
"http://www.reddit.com/r/emacs/.rss"
|
||||
"https://sachachua.com/blog/category/emacs-news/feed"
|
||||
"http://linuxfr.org/journaux.atom"
|
||||
)))
|
||||
"http://linuxfr.org/journaux.atom"
|
||||
"https://xkcd.com/atom.xml"
|
||||
)))
|
||||
|
||||
(provide 'apps/elfeed)
|
||||
|
||||
|
Reference in New Issue
Block a user