Skip to content

Commit

Permalink
readme.llar: comment out examples (to not load them by default)
Browse files Browse the repository at this point in the history
  • Loading branch information
irq0 committed Feb 20, 2024
1 parent dc16849 commit bd24c82
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config/readme.llar
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@

;; Example:

(fetch irq0 (src/feed "http://irq0.org/index.xml")
:tags #{:blog})
;; (fetch irq0 (src/feed "http://irq0.org/index.xml")
;; :tags #{:blog})

;; Reddit sources have an additional parameter :min-score

Expand Down Expand Up @@ -103,10 +103,10 @@

;; Example:

(sched-fetch
blogs
:early-morning
(some #{:blogs} $TAGS))
;; (sched-fetch
;; blogs
;; :hourly
;; (some #{:blogs} $TAGS))

;;
;; Automatically set items read after a while
Expand All @@ -117,11 +117,11 @@
;; PREDICATE - a filter applied to all fetchable sources

;; Example:
(autoread reddit-ages-fast (time/weeks 4) (some #{:reddit} $TAGS))
;; (autoread reddit-ages-fast (time/weeks 4) (some #{:reddit} $TAGS))

;;
;; Highlight - add tag :highlight if a word, author matches
;;

(highlight words "llar" "rss")
(highlight authors "Douglas Engelbart")
;; (highlight words "llar" "rss")
;; (highlight authors "Douglas Engelbart")

0 comments on commit bd24c82

Please sign in to comment.