summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files 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
8track content from platforms that don't provide native feeds. 8track 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
27Clone the repository and add to your load path: 27Clone 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