`elfeed-score-scoring-score-entry` should be added to the end of `elfeed-new-entry-hook`
swflint opened this issue · 3 comments
swflint commented
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?
sp1ff commented
Closed in 1.2.6