diff options
| -rw-r--r-- | oni/home/config/pop-os/emacs.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/oni/home/config/pop-os/emacs.el b/oni/home/config/pop-os/emacs.el index 621c0ec..8b517ef 100644 --- a/oni/home/config/pop-os/emacs.el +++ b/oni/home/config/pop-os/emacs.el @@ -1285,7 +1285,8 @@ Optional argument STOPP means stop on any defect." (setq elfeed-feeds '(("https://www.reddit.com/r/PHP/.rss" php) ("https://phpreads.com/feed" php) - ("https://phpstan.org/rss.xml" php)) + ("https://phpstan.org/rss.xml" php) + ("https://lobste.rs/t/php.rss" php)) elfeed-curl-program-name "curl")) (setq git-messenger:show-detail t) |
