You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally I envisioned a function that is conceptually somewhat similar to elfeed-search-set-filter, in that both manipulate a variable that already has a default value but can also be modified on-the-fly to adjust the information displayed in the elfeed-search buffer.
The difference between the two functions would be that elfeed-search-set-filter limits what information is displayed, and this function, which could be provisionally referred to as elfeed-search-set-separator-date-format, modifies how the information is displayed.
My argument as for why include this in elfeed is that it would synergize with elfeed-search-next-separator and elfeed-search-previous-separator while providing a nice QoL; instead of using
M-: (setq elfeed-search-date-format value)
then refreshing the buffer, the user could simply press a key to make an interface appear.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Originally I envisioned a function that is conceptually somewhat similar to
elfeed-search-set-filter, in that both manipulate a variable that already has a default value but can also be modified on-the-fly to adjust the information displayed in the elfeed-search buffer.The difference between the two functions would be that
elfeed-search-set-filterlimits what information is displayed, and this function, which could be provisionally referred to aselfeed-search-set-separator-date-format, modifies how the information is displayed.My argument as for why include this in elfeed is that it would synergize with
elfeed-search-next-separatorandelfeed-search-previous-separatorwhile providing a nice QoL; instead of usingM-: (setq elfeed-search-date-format value)then refreshing the buffer, the user could simply press a key to make an interface appear.
All reactions