Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README #26

Merged
merged 1 commit into from
Jul 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ 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