summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2025-10-24 15:45:47 -0400
committervin <git@vineetk.net>2025-10-24 15:46:48 -0400
commite4a099648da1b60c04294c30c466dd1a99b6457c (patch)
tree2ba488560d1fa409bb1040a5e888cef8fae4c8b3 /README.org
parent6c76f25427d88faa5176efa1458cceca83afe533 (diff)
fix typo
Diffstat (limited to 'README.org')
-rw-r--r--README.org22
1 files changed, 11 insertions, 11 deletions
diff --git a/README.org b/README.org
index 9441840..5857cec 100644
--- a/README.org
+++ b/README.org
@@ -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