From 7615a08e987ced269ee1f92b7c5f29208053c2db Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Sat, 20 Jul 2024 19:16:46 +0200 Subject: [PATCH] Fix typo in sample configuration --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 18355d4..535585e 100644 --- a/README.org +++ b/README.org @@ -21,7 +21,7 @@ This package will never be provided on MELPA, as it is a glorified hack for elfe | Variable | Default | Description | |------------------------------+---------+---------------------------------------------------------------| -| elfeed-prune-enable | nil | Enable the package, otherwise it will perform dry runs only. | +| elfeed-prune-enabled | nil | Enable the package, otherwise it will perform dry runs only. | | elfeed-prune-predicates | | List of functions to evaluate if an entry should be pruned. | | elfeed-prune-keep-predicates | | List of functions to evaluate if an entry should be kept. | | elfeed-prune-days-read | 90 | Read entries older than this amount of days will be pruned. | @@ -46,7 +46,7 @@ Below there are some additional predicates that you could add, using scoring or :ensure nil :load-path "lisp/elfeed-prune" ;; :custom - ;; (elfeed-prune-enable nil) + ;; (elfeed-prune-enabled nil) :config (defun bram85-elfeed-prune-entry-score-too-low-p (entry _) (let ((score (elfeed-score-scoring-get-score-from-entry entry)))