From bd24c82b8fef36067bfe63c93f7e23268781ae9d Mon Sep 17 00:00:00 2001 From: Marcel Lauhoff Date: Tue, 20 Feb 2024 15:05:43 +0100 Subject: [PATCH] readme.llar: comment out examples (to not load them by default) --- config/readme.llar | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config/readme.llar b/config/readme.llar index b81ce1b..d10e3f9 100644 --- a/config/readme.llar +++ b/config/readme.llar @@ -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 @@ -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 @@ -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")