Skip to content

Commit

Permalink
Merge pull request #24 from danielf-amobee/patch-1
Browse files Browse the repository at this point in the history
Update elfeed-score.texi
  • Loading branch information
sp1ff authored Jul 2, 2022
2 parents ff8cfdf + d7bcf89 commit c2e466d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/elfeed-score.texi
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@ For instance, here's a subset of my scoring file at the moment:
;;; Elfeed score file -*- lisp -*-
(("title"
(:text "OPEN THREAD" :value -1000 :type S)
(:text "raymond c\\(hen\\)?" :value 250 :type r)
:tags (t .(@@dev)))
(:text "raymond c\\(hen\\)?" :value 250 :type r
:tags (t .(@@dev)))
("content"
(:text "type erasure" :value 500 :type s))
("title-or-content"
(:text "california" 150 100 :type s)
(:text "china" 150 100 :type w))
(:text "california" :title-value 150 :content-value 100 :type s)
(:text "china" :title-value 150 :content-value 100 :type w))
("feed"
(:text "Essays in Idleness" :value 250 :type S :attr t)
(:text "Irreal" :value 250 :type S :attr t)
Expand Down

0 comments on commit c2e466d

Please sign in to comment.