diff --git a/bundle/custom.el b/bundle/custom.el index d4b5224d..dbd8cb2e 100644 --- a/bundle/custom.el +++ b/bundle/custom.el @@ -66,19 +66,20 @@ '(newsticker-url-list (quote (("Datacamp" "https://www.datacamp.com/community/rss.xml" nil 3600 nil) - ("PBP" "https://pbpython.com/feeds/all.atom.xml" nil 3600) - ("Planet Python" "https://planetpython.org/rss20.xml" nil 3600) - ("lucumr" "http://lucumr.pocoo.org/feed.atom" nil 3600) - ("doughellmann" "https://doughellmann.com/blog/feed/" nil 3600) - ("Sachachua" "https://sachachua.com/blog/feed/" nil 3600) - ("Emacs Wiki" "https://www.emacswiki.org/emacs?action=rss" nil 3600) - ("Stack Exchange" "https://emacs.stackexchange.com/feeds" nil 3600) - ("Phoronix" "https://www.phoronix.com/rss.php" nil 3600) - ("Ubuntu" "https://blog.ubuntu.com/feed" nil 3600) - ("Metaebene" "https://metaebene.me/feed/" nil 3600) - ("Stallman" "https://stallman.org/rss/rss.xml" nil 3600) - ("Planet Lisp" "http://planet.lisp.org/rss20.xml" nil 3600) - ("Python PEP" "https://www.python.org/dev/peps/peps.rss/" nil 3600)))) + ("PBP" "https://pbpython.com/feeds/all.atom.xml" nil 3600 nil) + ("Planet Python" "https://planetpython.org/rss20.xml" nil 3600 nil) + ("lucumr" "http://lucumr.pocoo.org/feed.atom" nil 3600 nil) + ("doughellmann" "https://doughellmann.com/blog/feed/" nil 3600 nil) + ("Sachachua" "https://sachachua.com/blog/feed/" nil 3600 nil) + ("Emacs Wiki" "https://www.emacswiki.org/emacs?action=rss" nil 3600 nil) + ("Stack Exchange" "https://emacs.stackexchange.com/feeds" nil 3600 nil) + ("Phoronix" "https://www.phoronix.com/rss.php" nil 3600 nil) + ("Ubuntu" "https://blog.ubuntu.com/feed" nil 3600 nil) + ("Metaebene" "https://metaebene.me/feed/" nil 3600 nil) + ("Stallman" "https://stallman.org/rss/rss.xml" nil 3600 nil) + ("Planet Lisp" "http://planet.lisp.org/rss20.xml" nil 3600 nil) + ("Python PEP" "https://www.python.org/dev/peps/peps.rss/" nil 3600 nil) + ("Omegacube" "https://www.omegacube.com/feed/" nil 3600 nil)))) '(nord-comment-brightness 15) '(nord-region-highlight "snowstorm") '(nord-uniform-mode-lines t)