diff options
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 22 |
1 files changed, 11 insertions, 11 deletions
| @@ -10,17 +10,17 @@ track content from platforms that don't provide native feeds. | |||
| 10 | * Installation | 10 | * Installation |
| 11 | ** Using elpaca (local development) | 11 | ** Using elpaca (local development) |
| 12 | #+begin_src emacs-lisp | 12 | #+begin_src emacs-lisp |
| 13 | (use-package elfeed-custom-feeds | 13 | (use-package elfeed-custom-feeds |
| 14 | :ensure (:host "git.vineetk.net" :repo "vin/elfeed-custom-feeds") | 14 | :ensure (:host "git.vineetk.net" :repo "vin/elfeed-custom-feeds") |
| 15 | :after elfeed | 15 | :after elfeed |
| 16 | :custom | 16 | :custom |
| 17 | (elfeed-custom-huggingface-orgs '("sentence-transformers" "google-bert")) | 17 | (elfeed-custom-huggingface-orgs '("sentence-transformers" "google-bert")) |
| 18 | (elfeed-custom-github-pr-queries | 18 | (elfeed-custom-github-pr-queries |
| 19 | '(("emacs-mirror/emacs" "" "Emacs") | 19 | '(("emacs-mirror/emacs" "" "Emacs") |
| 20 | ("atlas-engineer/nyxt" "is:open" "Nyxt") | 20 | ("atlas-engineer/nyxt" "is:open" "Nyxt") |
| 21 | ("qutebrowser/qutebrowser" "label:\"bug: behavior\"" "qutebrowser behavior bug"))) | 21 | ("qutebrowser/qutebrowser" "label:\"bug: behavior\"" "qutebrowser behavior bug"))) |
| 22 | :hook | 22 | :hook |
| 23 | (elfeed-update . elfeed-custom-feeds-update-all)) | 23 | (elfeed-update . elfeed-custom-feeds-update-all)) |
| 24 | #+end_src | 24 | #+end_src |
| 25 | 25 | ||
| 26 | ** Manual installation | 26 | ** Manual installation |
