diff options
| author | vin <git@vineetk.net> | 2025-10-24 20:12:08 -0400 |
|---|---|---|
| committer | vin <git@vineetk.net> | 2025-10-24 20:12:08 -0400 |
| commit | 2113d0279b035f183c0c05627bbd2b0779e98f35 (patch) | |
| tree | 7bb1d44b932b6a375336e259eb80720c7f96f721 | |
| parent | e4a099648da1b60c04294c30c466dd1a99b6457c (diff) | |
update repo url
| -rw-r--r-- | README.org | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -8,10 +8,10 @@ This package extends =elfeed= beyond traditional RSS/Atom feeds to | |||
| 8 | track content from platforms that don't provide native feeds. | 8 | track content from platforms that don't provide native feeds. |
| 9 | 9 | ||
| 10 | * Installation | 10 | * Installation |
| 11 | ** Using elpaca (local development) | 11 | ** Using elpaca |
| 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.el") |
| 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")) |
| @@ -26,7 +26,7 @@ track content from platforms that don't provide native feeds. | |||
| 26 | ** Manual installation | 26 | ** Manual installation |
| 27 | Clone the repository and add to your load path: | 27 | Clone the repository and add to your load path: |
| 28 | #+begin_src emacs-lisp | 28 | #+begin_src emacs-lisp |
| 29 | (add-to-list 'load-path "~/path/to/elfeed-custom-feeds") | 29 | (add-to-list 'load-path "~/path/to/elfeed-custom-feeds.el") |
| 30 | (require 'elfeed-custom-feeds) | 30 | (require 'elfeed-custom-feeds) |
| 31 | #+end_src | 31 | #+end_src |
| 32 | 32 | ||
