elfeed-summary icon indicating copy to clipboard operation
elfeed-summary copied to clipboard

Possibility to modify the format string for elfeed-summary--render-feed

Open Thaodan opened this issue 2 years ago • 1 comments

It would be handy to be able to customize the format-string for elfeed-summary--render-feed similar to how Gnus allows it. The usage for such a feature would be to customize the layout of the string besides the padding or to customize the character used to frame the unread count.

Personally I would do something like this:

       (setq gnus-group-line-format (concat "%M%S%p%P%5y "
                                             (propertize ;(all-the-icons-faicon "envelope-o")
                                              (all-the-icons-material "mail")
                                              'display '(raise 0.0))

Thaodan avatar Nov 16 '22 17:11 Thaodan

Nice idea. I see gnus has this logic more or less abstracted, maybe I'll try to reuse that.

Added this to my enhancements list for whenever I can take it on.

SqrtMinusOne avatar Nov 16 '22 17:11 SqrtMinusOne