diff options
author | Thanos Apollo <[email protected]> | 2023-03-20 13:55:26 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-20 13:55:26 +0200 |
commit | dd28f74a15762e6adb3019f9206a1bbf4cabb0be (patch) | |
tree | ae7bab07dfadb60bf3c012918f1aa851d0022eef /.emacs.d | |
parent | d2c0d47510d50817f038bd47d9932362b2e5eedf (diff) |
emacs: Add my own website feed
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 63d47e4..53821e2 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -912,6 +912,8 @@ you have the correctly set the OPENAI_API_KEY variable" proetesilaos) ("https://guix.gnu.org/feeds/blog.atom" gnu guix) + ("https://thanosapollo.com/posts/index.xml" + thanos me) ("https://rss.nytimes.com/services/xml/rss/nyt/Science.xml" NYT science news) ("https://rss.nytimes.com/services/xml/rss/nyt/Health.xml" |