From d22fa0999231af5052a3614d88aa90b01690e977 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 27 Dec 2022 20:32:02 +0000 Subject: Add Scott Aaronson's feed --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index ffa4aa2..2856447 100644 --- a/init.el +++ b/init.el @@ -830,7 +830,8 @@ https://yannherklotz.com")) ("https://totallydisconnected.wordpress.com/feed/atom/" blog math) ("https://blogs.ethz.ch/kowalski/category/blogroll/feed/" blog math) ("https://sbseminar.wordpress.com/feed/" blog math) - ("https://krystalguo.com/?feed=rss2" blog math)))) + ("https://krystalguo.com/?feed=rss2" blog math) + ("https://scottaaronson.blog/?feed=rss2" blog math)))) (setq gc-cons-threshold (* 1024 1024 10)) -- cgit