From 2113d0279b035f183c0c05627bbd2b0779e98f35 Mon Sep 17 00:00:00 2001 From: vin Date: Fri, 24 Oct 2025 20:12:08 -0400 Subject: update repo url --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 5857cec..f227b4e 100644 --- a/README.org +++ b/README.org @@ -8,10 +8,10 @@ This package extends =elfeed= beyond traditional RSS/Atom feeds to track content from platforms that don't provide native feeds. * Installation -** Using elpaca (local development) +** Using elpaca #+begin_src emacs-lisp (use-package elfeed-custom-feeds - :ensure (:host "git.vineetk.net" :repo "vin/elfeed-custom-feeds") + :ensure (:host "git.vineetk.net" :repo "vin/elfeed-custom-feeds.el") :after elfeed :custom (elfeed-custom-huggingface-orgs '("sentence-transformers" "google-bert")) @@ -26,7 +26,7 @@ track content from platforms that don't provide native feeds. ** Manual installation Clone the repository and add to your load path: #+begin_src emacs-lisp -(add-to-list 'load-path "~/path/to/elfeed-custom-feeds") +(add-to-list 'load-path "~/path/to/elfeed-custom-feeds.el") (require 'elfeed-custom-feeds) #+end_src -- cgit v1.2.3