-
hi sir
now i switch back to emacs27 on PC, so i have the question
elfeed uses shr to render articles which is the same as declutter
so i think there's some way to enable declutter to display …
-
I was seeing how it's not possible to reformat the news differently of how they have been originally set (e.g. one line per news, date, title, feed-title, tags).
I hacked around a bit in the code f…
Dr-Dd updated
3 years ago
-
Hi skeeto,
Many thanks for this package! I find that as I get more and more into the gopher protocol as well as gemini that I'd like to be able to have all of my feeds across all of the protocols …
-
Hello!
It isn't critical, but would be very nice if elfeed web api had some kind of authentication. I don't know simple-httpd so I don't know how difficult is implement this. Do you think it is poss…
-
I use the following setup for elfeed:
```
;; elfeed
(use-package elfeed
:ensure t
:init
(elfeed-org)
:config
(setq url-queue-timeout 45)
:bind ("C-x w" . elfeed)
)
;; elfee…
-
I would imagine since the Android elfeed app is out there that there is a way to make the elfeed-web process listen on something other than localhost. I have a DMZ IP that I want elfeed-web to listen …
-
I am using Spacemacs with elfeed, and it is great. I am getting most of everything that I need. However, one issue that I am having some trouble with is formatting.
When I look at some older pictu…
-
I want to write a function that would update a different feed list each time it is called.
```elisp
(defun update-a-different-feed-list-each-call ()
(let ((elfeed-feeds (make-a-random-feed-list…
-
Hi!
Enjoying using _elfeed_ since 2013, thanks Christopher!
Size of my index is 215 MB. Saving takes 8 secs on SSD.
Since last week index file is not loaded anymore:
> Upgrading Elfeed index for…
-
https://github.com/karthink/elfeed-tube/blob/18d89f19203423b9e2df59a556c1240746903d8f/elfeed-tube.el#L682-L694
Hi @karthink , it is a great package to have!
Could we have an option to enable one…