sp1ff/elfeed-score

`elfeed-score-scoring-score-entry` should be added to the end of `elfeed-new-entry-hook`

swflint opened this issue · 3 comments

Or it should be configurable.

Because of how add-hook operates, if elfeed score is enable after all other elfeed configuration is completed (including addition of taggers via elfeed-make-tagger) it will be the first thing run on a new entry.

sp1ff commented

Good point... but I don't like having the behavior of elfeed-score-enable depend on a customization variable. What do you think of making the depth a parameter to the function?

I like that idea. I've updated #31 to use that instead.

sp1ff commented

Closed in 1.2.6