aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/config/pop-os
diff options
context:
space:
mode:
Diffstat (limited to 'oni/home/config/pop-os')
-rw-r--r--oni/home/config/pop-os/emacs.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/oni/home/config/pop-os/emacs.el b/oni/home/config/pop-os/emacs.el
index 5b5ddb4..ac3165a 100644
--- a/oni/home/config/pop-os/emacs.el
+++ b/oni/home/config/pop-os/emacs.el
@@ -1284,7 +1284,9 @@ Optional argument STOPP means stop on any defect."
(with-eval-after-load 'elfeed
(setq elfeed-feeds
'(("https://www.reddit.com/r/PHP/.rss" php)
- ("https://phpreads.com/feed" php))))
+ ("https://phpreads.com/feed" php)
+ ("https://phpstan.org/rss.xml" php))
+ elfeed-curl-program-name "curl"))
(setq git-messenger:show-detail t)
(global-set-key (kbd "C-c g .") '("Show commit at point" . git-messenger:popup-message))