mirror of
https://github.com/SqrtMinusOne/elfeed-summary.git
synced 2025-12-10 17:43:03 +03:00
docs: update README
This commit is contained in:
parent
0bc34bf3f9
commit
dccfebb1a2
1 changed files with 4 additions and 13 deletions
17
README.org
17
README.org
|
|
@ -103,8 +103,7 @@ Here is an excerpt from my configuration that was used to produce this screensho
|
||||||
(group . ((:title . "Guix packages")
|
(group . ((:title . "Guix packages")
|
||||||
(:elements
|
(:elements
|
||||||
(query . (and github guix_packages)))
|
(query . (and github guix_packages)))
|
||||||
(:hide t)
|
(:hide t)))))
|
||||||
(:face magit-section-secondary-heading)))))
|
|
||||||
(group (:title . "Blogs [Software]")
|
(group (:title . "Blogs [Software]")
|
||||||
(:elements
|
(:elements
|
||||||
(query . software_blogs)))
|
(query . software_blogs)))
|
||||||
|
|
@ -112,7 +111,6 @@ Here is an excerpt from my configuration that was used to produce this screensho
|
||||||
(:elements
|
(:elements
|
||||||
(query . (and blogs people (not emacs)))
|
(query . (and blogs people (not emacs)))
|
||||||
(group (:title . "Emacs")
|
(group (:title . "Emacs")
|
||||||
(:face magit-section-secondary-heading)
|
|
||||||
(:elements
|
(:elements
|
||||||
(query . (and blogs people emacs))))))
|
(query . (and blogs people emacs))))))
|
||||||
(group (:title . "Podcasts")
|
(group (:title . "Podcasts")
|
||||||
|
|
@ -122,17 +120,14 @@ Here is an excerpt from my configuration that was used to produce this screensho
|
||||||
(:elements
|
(:elements
|
||||||
(group
|
(group
|
||||||
(:title . "Music")
|
(:title . "Music")
|
||||||
(:face magit-section-secondary-heading)
|
|
||||||
(:elements
|
(:elements
|
||||||
(query . (and videos music))))
|
(query . (and videos music))))
|
||||||
(group
|
(group
|
||||||
(:title . "Tech")
|
(:title . "Tech")
|
||||||
(:face magit-section-secondary-heading)
|
|
||||||
(:elements
|
(:elements
|
||||||
(query . (and videos tech))))
|
(query . (and videos tech))))
|
||||||
(group
|
(group
|
||||||
(:title . "History")
|
(:title . "History")
|
||||||
(:face magit-section-secondary-heading)
|
|
||||||
(:elements
|
(:elements
|
||||||
(query . (and videos history))))
|
(query . (and videos history))))
|
||||||
;; ...
|
;; ...
|
||||||
|
|
@ -142,7 +137,6 @@ Here is an excerpt from my configuration that was used to produce this screensho
|
||||||
(:elements
|
(:elements
|
||||||
(group
|
(group
|
||||||
(:title . "Searches")
|
(:title . "Searches")
|
||||||
(:face magit-section-secondary-heading)
|
|
||||||
(:elements
|
(:elements
|
||||||
(search
|
(search
|
||||||
(:filter . "@6-months-ago sqrtminusone")
|
(:filter . "@6-months-ago sqrtminusone")
|
||||||
|
|
@ -152,17 +146,14 @@ Here is an excerpt from my configuration that was used to produce this screensho
|
||||||
(:title . "Check later"))))
|
(:title . "Check later"))))
|
||||||
(group
|
(group
|
||||||
(:title . "Ungrouped")
|
(:title . "Ungrouped")
|
||||||
(:face magit-section-secondary-heading)
|
|
||||||
(:elements :misc))))))
|
(:elements :misc))))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Faces
|
** Faces
|
||||||
As said above, individual group faces can be set with the =:face= attribute.
|
Faces for groups by default use the =elfeed-summary-group-faces= variable, which serves as a list of faces for each level of the tree. Individual group faces can be overridden with the =:face= attribute.
|
||||||
|
|
||||||
Faces for feeds, however, by default reuse [[https://github.com/skeeto/elfeed#custom-tag-faces][the existing elfeed mechanism]]. The tags for feeds are taken from the =elfeed-feeds= variable; if a feed has at least one unread entry, the unread tag is added to the list.
|
Faces for feeds by default reuse [[https://github.com/skeeto/elfeed#custom-tag-faces][the existing elfeed mechanism]]. The tags for feeds are taken from the =elfeed-feeds= variable; if a feed has at least one unread entry, the unread tag is added to the list. This can be overridden by setting the =elfeed-summary-feed-face-fn= variable.
|
||||||
|
|
||||||
This can be overridden by setting the =elfeed-summary-feed-face-fn= variable.
|
Searches are mostly the same as feeds, but tags for the search are taken from the =:tags= attribute. This also can be overridden with =elfeed-summary-search-face-fn= variable.
|
||||||
|
|
||||||
Searches do mostly the same, but tags for the search are taken from the =:tags= attribute. This also can be overridden with =elfeed-summary-search-face-fn= variable.
|
|
||||||
** Other options
|
** Other options
|
||||||
Also take a look at =M-x customize-group elfeed-summary= for the rest of available options.
|
Also take a look at =M-x customize-group elfeed-summary= for the rest of available options.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue